import random string = "This is a string" string = list(string) jumbled = "" print(string) for length in range(0, len(string)): jumbled +