I didn't get it

This commit is contained in:
jrohr
2026-02-06 11:14:25 -05:00
parent 1f6b519af1
commit 5c86f3e256
4 changed files with 11 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
# ------------
# By MWC contributors
my_name ="Chris"
greeting = "Hello, " + my_name
my_name ="Jayden"
greeting = "Hello, how is your day? " + my_name
print(greeting)