1 #this is so you can read your program 2 #anything after the #is ignore by python 3 print("i could have code like this ") #and the comment after is ignore 4 print("this will run")