Untitled

mail@pastecode.io avatar
unknown
python
5 months ago
54 B
1
Indexable
name = input('Input your name: ')
print('Hello', name)
Leave a Comment