I want to go to the start of a \'for\' loop if some error comes out in python like this.
for i in ~: try: ---code--- except ~Error: # go bac