Am continuously getting Print is not defined error here, how to resolve it? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Am continuously getting Print is not defined error here, how to resolve it?

#Errors #PrintIsNotDefined

15th Jul 2017, 2:34 PM
Akshay Ghodake
Akshay Ghodake - avatar
6 Antworten
+ 9
'print' keyword has to be in lowercase.
15th Jul 2017, 2:49 PM
Hatsy Rei
Hatsy Rei - avatar
+ 14
The "print" statemenent must be written in lowercase. :3 Example: print("hey")
15th Jul 2017, 2:48 PM
Maz
Maz - avatar
+ 12
Hatsy i won the raceeeeeeeee. 🐉❤
15th Jul 2017, 2:50 PM
Maz
Maz - avatar
+ 4
You may have to specify the language your code is written in, and post the code here as well, if you may.
15th Jul 2017, 2:43 PM
Hatsy Rei
Hatsy Rei - avatar
0
It's python problem Print("hello python")
15th Jul 2017, 2:46 PM
Akshay Ghodake
Akshay Ghodake - avatar
0
It gives me the mentioned problem
15th Jul 2017, 2:46 PM
Akshay Ghodake
Akshay Ghodake - avatar