Skip to main content

New answers tagged

Advice
0 votes
0 replies
0 views

How do I make a 'for' loop in python run infinitely?

why not range( some-very-large-integer ) that you shouldn't be reaching ? That way you can get an effectively infinite loop by iterating a distinctly finite construct ? range(16**9) I mean if 68.7 ...
RARE Kpop Manifesto's user avatar

Top 50 recent answers are included