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