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