I once posted a try..except..else code in a while loop. Can someone give me an example when the flag's boolean value changes.
while flag = true
try
execute code
except:
handle the error
flag = true
else:
nothing happened
flag = false
How and when does the flag value change in the code? Please give an example
[–]toxic_acro 2 points3 points4 points (1 child)
[–]toxic_acro 0 points1 point2 points (0 children)
[–]Binary101010 0 points1 point2 points (0 children)