def platek(): turtle.fd(50) turtle.fillcolor(randint(0,255),randint(0,255),randint(0,255)) turtle.begin_fill() trojkat(50) turtle.end_fill()