build-your-own-x/My own.py
2018-10-12 21:30:24 +05:30

5 lines
119 B
Python

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