How to create a random hexadecimal number in Python?
I'm trying to create a random color and I would like the color to be in hexadecimal format (ie. #000000, #ffffff, or #55BBDD)
I know how to create a random number, but a random hex #? Any ideas?
Thanks!
I'm trying to create a random color and I would like the color to be in hexadecimal format (ie. #000000, #ffffff, or #55BBDD)
I know how to create a random number, but a random hex #? Any ideas?
Thanks!