import randomword = "index"print "The word is: ", word, "n"high = len(word)low = -len(word)for i in range(10): position = random.randrange(low, high) print "word[", position, "]t", word[position]
Name (required)
email (will not be published) (required)
Website