In the simple calculator, in the given example 1st line: While true: True here is not defined.... Will it work if we only use while rather than while true?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

In the simple calculator, in the given example 1st line: While true: True here is not defined.... Will it work if we only use while rather than while true??

26th Jun 2016, 12:54 PM
Kanishk Gangwar
Kanishk Gangwar - avatar
2 Answers
+ 2
True in Python3 is a Keyword, predefined
26th Jun 2016, 2:21 PM
Pyer
Pyer - avatar
0
Yeah... I was just writing t in small letter...
26th Jun 2016, 5:15 PM
Kanishk Gangwar
Kanishk Gangwar - avatar