it was easy, not hard to understand

This commit is contained in:
jfer
2026-02-06 11:13:08 -05:00
parent 999c994ffc
commit cf975d0f35
4 changed files with 12 additions and 1 deletions

View File

@@ -2,6 +2,6 @@
# ------------
# By MWC contributors
my_name ="Chris"
my_name = input ("what is your name")
greeting = "Hello, " + my_name
print(greeting)