Files
lab_names/greetings.py
jcaley b731bf0fa1 need to adjust function of recangle function
Checkpoint 2----------------------------------------------------------------
2025-09-24 10:11:53 -04:00

8 lines
116 B
Python

# greetings.py
# ------------
# By MWC contributors
my_name ="Jake"
greeting = "Hello, " + my_name
print(greeting)