Comment utiliser la fonction d'impression dans Python
print("What you would like to print :D")
#And then it will print in my case "What you would like to print :D" in the output
Jeppe Pro