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!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответов
+ 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