initial file upload
This commit is contained in:
4
chap2/personal_message.py
Normal file
4
chap2/personal_message.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# This program assigns the name Ted to a variable and includes in a formatted print to stout
|
||||
|
||||
first_name = "Ted"
|
||||
print(f"Hello {first_name}, would you like to learn some Python today?")
|
||||
Reference in New Issue
Block a user