need to adjust function of recangle function

Checkpoint 2----------------------------------------------------------------
This commit is contained in:
jcaley
2025-09-24 10:11:53 -04:00
parent 5425a2a862
commit b731bf0fa1
4 changed files with 26 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
# ------------
# By MWC contributors
my_name ="Chris"
my_name ="Jake"
greeting = "Hello, " + my_name
print(greeting)