Untitled

N’s factoria
 avatar
unknown
plain_text
2 years ago
40 B
3
Indexable
n=input("n=")
for i in n:
    print(i)
Editor is loading...