Skip to content
Snippets Groups Projects
1.py 81 B
Newer Older
hacker717's avatar
hacker717 committed
for index, value in enumerate(input().split(), 1):
    print(f"{index}. {value}")