0
How do u rewrite this code without a boolean loop(while True)?There should still be a loop but not a boolen one
7 Réponses
+ 1
Manav Roy yes instead of while True i want to use while ’something’
+ 1
ravilnicki Thats what i’m looking for, instead of while True i want while ’something’
0
ravilnicki while True/False has only two results, thats why i called them boolean. What i meant is to write the same code without a while True loop.