LABEL = sys._getframe().f_lineno print(1) j(LABEL)
print(1) goto('MYLABEL') print(2) label('MYLABEL') print(3)
for x in range(10): for y in range(10): if x == 5 and y == 5: print(x, y) goto('MULTIBREAK') label('MULTIBREAK')