0

How do u rewrite this code without a boolean loop(while True)?There should still be a loop but not a boolen one

https://code.sololearn.com/cvVAYPF9TsE0/?ref=app

15th Feb 2022, 3:51 PM
Lenoname
7 Réponses
+ 1
Manav Roy yes instead of while True i want to use while ’something’
15th Feb 2022, 4:32 PM
Lenoname
+ 1
ravilnicki Thats what i’m looking for, instead of while True i want while ’something’
15th Feb 2022, 4:32 PM
Lenoname
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.
15th Feb 2022, 4:07 PM
Lenoname