2 lines
80 B
Python
2 lines
80 B
Python
name = "Eric"
|
|
print(f"Hello {name}, would you like to learn some Python today?") |