SyntaxFix
Write A Post
Hire A Developer
Questions
Output in the form of (r,b,g) its look like (255,155,100)
from numpy import random color = (random.randint(0, 255), random.randint(0, 255), random.randint(0, 255))