Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. fail_condition = yourLoopStatement()
  2. while not fail_condition:
  3. fail_condition = yourLoopStatement()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement