INF201/uke1/1:io.py

2 lines
65 B
Python
Raw Normal View History

2023-09-14 06:47:13 +00:00
name = input("Enter your name here:")
print(f"What's up {name}!")