Skip to content
Snippets Groups Projects
2.py 80 B
Newer Older
hacker717's avatar
hacker717 committed
print("Как Вас зовут?")
name = input()
print(f"Привет, {name}")