0
How do I print on python
I keep trying to print but it doesn't work,does anyone know how to fix it?
5 odpowiedzi
+ 2
Well, probably because you did something wrong. Try this:
print("This is a text")
+ 1
I see what i did wrong
+ 1
It is often recommended to check for syntax errors first in case of an error.
0
That's awesome