I have the code below.
while True: if 3 > 2: break
Will the break return back to the while and cause an infinite loop, or will it break the while and continue in the flow?
break
while
Aucun commentaire:
Enregistrer un commentaire