+ 1
Am continuously getting Print is not defined error here, how to resolve it?
#Errors #PrintIsNotDefined
6 Réponses
+ 9
'print' keyword has to be in lowercase.
+ 14
The "print" statemenent must be written in lowercase. :3
Example: print("hey")
+ 12
Hatsy i won the raceeeeeeeee. 🐉❤
+ 4
You may have to specify the language your code is written in, and post the code here as well, if you may.
0
It's python problem Print("hello python")
0
It gives me the mentioned problem