Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import numpy
  2.  
  3. def random_color():
  4. return '#%02x%02x%02x' % (np.random.randint(0,256), np.random.randint(0,256), np.random.randint(0,256))
Add Comment
Please, Sign In to add comment