ответвлено от main/python-labs
3 строки
72 B
Python
3 строки
72 B
Python
name = input("Как Вас зовут? ")
|
|
print("Привет,", name)
|