4 lines
73 B
Python
4 lines
73 B
Python
![]() |
name = str(input('Enter your name : '))
|
||
|
for i in name:
|
||
|
print(i+'\n')
|