# How to spit a word : text = "Word" text_list = list(text) print(text_list) # Output : # ["W", "o", "r", "d"]