import turtle import random def screenLeftClick(x, y): global r, g, b turtle.pencolor((r, g, b)) turtle.pendown() turtle.goto(x, y) def screenRightClick(x,y):