hdarwin

cstutoringcenter.com_An Age Old Question

Jan 5th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. for x in xrange(50):
  2.     if x % 3 == 1:
  3.         if x % 4 == 2:
  4.             if x % 5 == 4:
  5.                 print x+60
Advertisement
Add Comment
Please, Sign In to add comment