New_test_rep/another.py

4 lines
37 B
Python
Raw Permalink Normal View History

2023-11-28 11:08:05 +04:00
name = input()
print(f'Hi, {name}')