completed the triangle

This commit is contained in:
cramsey
2025-09-24 09:55:46 -04:00
parent dc3a3e8148
commit 1a04186274
4 changed files with 20 additions and 6 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)