INF201/uke1/1:io.py

2 lines
65 B
Python

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