How do you set a pixel’s color in python? – Computer Science – Snap! Forum https://forum.snap.berkeley.edu/t/how-do-you-set-a-pixels-color-in-python/4087
Well, how do you set one? I'm imagining something like set[0, 0](33,100,100)
what to do, [x, y] tells the program where the pixel you want to change is, (R, G, B)