a=str(input) print("hey enter a string as your own =") for h in a: print h print("Thanks for entering a string!!")