Guest User

Untitled

a guest
Sep 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. counter = 0
  2. while True:
  3. counter += 1
  4. if counter == 42:
  5. break
  6. print counter
Add Comment
Please, Sign In to add comment