Guest User

Untitled

a guest
Jun 14th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. case = 1
  2. while case == 1:
  3. i = raw_input()
  4. if i != 42:
  5. print i
  6. print "case : ", case
  7. else:
  8. case = 0
  9. print "case :", case
Add Comment
Please, Sign In to add comment