Guest User

Untitled

a guest
Feb 26th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. res = 0
  2.  
  3. for i in range(14614, 26601):
  4. if str(6) in str(i):
  5. if not str(1) in str(i):
  6. print i
  7. res = res + 1
  8. print res
Add Comment
Please, Sign In to add comment