Pamela
Results
1
comments of
Pamela
``` from goto import with_goto @with_goto def main(x): if x == 0: goto.a return x label.a x += 1 return x ``` You can get w/o error.