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