#try to avoid input function a = input("Enter any string :") for i in a: print(i)
Click the run button. Try to avoid input() function.