Felanpro

randint()

May 21st, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. from random import * #Import every function from random that the code finds below.
  2.  
  3. hey = int(randint(1, 6))
  4.  
  5. print(hey)
Advertisement
Add Comment
Please, Sign In to add comment