python-by-example-150-chall.../challenges35-44/challenge-035.py

4 lines
68 B
Python
Raw Normal View History

2019-07-17 14:56:46 +08:00
name = str(input('Enter your name : '))
for i in name:
print(i)