Posts by Natan Bittencourt • 1 point
1 post
-
0
votes2
answers925
viewsQ: How to generate break condition of a repeat loop in Python during its execution?
I’m trying to make a program in Python that during the execution of a loop, some command is waiting for an input condition while the loop is executed. For example, a program that prints numbers in…