4 lines
37 B
Python
4 lines
37 B
Python
|
|
name = input()
|
|
print(f'Hi, {name}')
|
|
|
name = input()
|
|
print(f'Hi, {name}')
|