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