working on the triangle logic

This commit is contained in:
jandrews
2025-09-25 09:56:09 -04:00
parent b748cc30ba
commit 3dd5313ba4
3 changed files with 13 additions and 5 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)
print(greeting)