Advertisement
thefinn93

Untitled

Sep 19th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. def randnum():
  2.     out = ""
  3.     for i in range(0,7):
  4.         out = out + str(random.randint(0,9))
  5.     return out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement