2 lines
65 B
Python
2 lines
65 B
Python
|
name = input("Enter your name here:")
|
||
|
print(f"What's up {name}!")
|