5 + 6 #Ceci est un commentaire print(3 + 4) print("3" + "4") print("coucou" + "toto") print("3+4", "donne :", 3+4)