1
0

initial file upload

This commit is contained in:
mlot
2025-05-09 10:12:44 -04:00
parent 61bf543133
commit 40e9918df0
22 changed files with 215 additions and 1 deletions

View 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?")