# greetings.py # ------------ # By MWC contributors my_name ="what is your name?" greeting = "Hello, " + my_name print(greeting)