Dorothydu's picture
Add files using upload-large-folder tool
11c6595 verified
name = input("Enter name: ")
for i in name:
print(i)
input("Press enter to continue")