ответвлено от main/python-labs
4 строки
48 B
Python
4 строки
48 B
Python
print('Hello!')
|
|
h=input('Your name: ')
|
|
print(h)
|