Advertisement
Guest User

new

a guest
Sep 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. #pylint:disable=W0312
  2. from random  import randint
  3. while True:
  4.     print(randint(1, 1024))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement