I have one wall in the project I am working on. I want the color of this wall to change when I run the code. I did research but couldn't find it.
import random
rgb = ()
for i in range(3) :
rgb += ((random.randrange(1, 10, 3) /10),)
mat.diffuse_color = rgb