Head's Up: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
base = "abcdef" tokens = list(base) for token in tokens: print(token)
a b c d e f