+ 6
How to repeat this code for infinite?
3 Answers
+ 5
while True :
Change to this but why are asking this..?
+ 4
I think you want to take infinite input from user .So you can use a loop for that:
https://code.sololearn.com/chTaHlpxv7k0
It's better to use an ide of python for that.
+ 1
Probably this is what you looking for
https://code.sololearn.com/cfVXs1aoO8Cd/?ref=app
If you really want it to be infinite, remove break.