Untitled

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