SyntaxFix
Write A Post
Hire A Developer
Questions
We want to find something and then stop the inner iteration. I use a flag system.
for l in f: flag = True for e in r: if flag==False:continue if somecondition: do_something() flag=False