4 lines
64 B
Python
4 lines
64 B
Python
|
|
answer = input("What's your name? ")
|
|
print(f"hello, {answer}")
|
|
|
answer = input("What's your name? ")
|
|
print(f"hello, {answer}")
|