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 Answers
+ 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.