Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. # To get repeat until in Python
  2. while True:
  3. # Do stuff here.
  4. #
  5. #
  6. #
  7.  
  8. if condition:
  9. break
Add Comment
Please, Sign In to add comment