when is it False | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

when is it False

a = 7 b = 7 while False: a =3 b = 4 print(b-a)

13th Dec 2019, 9:45 AM
li xiaopeng
2 Réponses
+ 5
That's actually the opposite, the loop will never run.
13th Dec 2019, 9:59 AM
coddy
coddy - avatar
0
Because its answer is 7-7, i want to know how to use 4-3. It is a exercise in this APP
13th Dec 2019, 10:02 AM
li xiaopeng