Sleddersquid

many_num

Jun 27th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. for i in range(100, 4000):
  2.     if i%1== 0:
  3.         print(i)
Advertisement
Add Comment
Please, Sign In to add comment