GitStudy/Chapter1Introdution/nick_case.py
2025-04-13 21:55:09 +06:00

2 lines
80 B
Python

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