0
Simple python print
Help me with the output of my printing
2 Antworten
+ 6
Simple printing only includes, print function along with parentheses () & strings in quotes.. if you are trying to print any string.
Simething like this: 👇
Print (" ") <- your statement goes inside single or double quotes.
+ 3
What do you want to print and in which format?