Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. goto=1
  2.  
  3. if (goto==1):
  4. # do some stuff
  5. goto = goto+1
  6. if (goto==2):
  7. # do some stuff
  8. goto = goto+1
  9. if (goto==3):
  10. # do some stuff
  11. goto = goto+1
  12. # etc etc
  13. if (goto==54):
  14. # do some stuff
  15. goto = 12 # jumps to line 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement