How to run program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to run program

Trying to run program on IDLE but i cant seem to "run" my program whenever i try and do as it show on the lesson >>>If 10>5: Print("10 greater than 5") Then i try and complet the code but i cant get a space between Print("10 greater than 5") Print("program ended") Also should i be seeing >>> if 10>5: Print("10 greater than 5") Print("program ended") Or >>> if 10>5: Print("10 greater than 5") >>>Print("program ended")

15th Sep 2016, 3:00 AM
FrostByte
FrostByte - avatar
2 Answers
+ 2
if 10>5: print("10 greater than 5") print("program ended")
15th Sep 2016, 3:15 AM
Edward Quintero
Edward Quintero - avatar
+ 2
python recognize the difference between uppercase and lowercase
15th Sep 2016, 3:16 AM
Edward Quintero
Edward Quintero - avatar