INF201/uke1/1:io.py
2023-09-14 08:47:13 +02:00

2 lines
65 B
Python

name = input("Enter your name here:")
print(f"What's up {name}!")