0
How can i do op1 then op2 (looping)
I have var x and y, var x do looping in range 1 - 5 and y 1 - 100 . I want to do looping x if y is false, example, i do looping y from 1 - 100 but in 95, y is false, then x start the looping but the looping for x just +1, like x is 1 and y false in 95 then x+1 = 2 and the y start do looping again, and so on. How to code in python I hope u can help my problem, thx
2 Answers
0
You mean something like this?
https://code.sololearn.com/c7EkOOnCZjz6/?ref=app
0
Solved thx