I did a good

This commit is contained in:
bpot
2026-02-06 11:14:41 -05:00
parent 378fbeb3bf
commit 5c3423baf6
4 changed files with 15 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)