Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. begin
  2. before if
  3. before pop ['a', 'b', 'c', 'c']
  4. after pop ['b', 'c', 'c']
  5. before if
  6. before pop ['b', 'c', 'c']
  7. after pop ['c', 'c']
  8. before if
  9. before pop ['c', 'c']
  10. after pop ['c']
  11. before if
  12. after if
  13. 0
  14. hello
  15. True
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement