def kwadratZolty(a): dlBokKw = a / 5 turtle.colormode(255) turtle.fillcolor(255, 255, 0) turtle.begin_fill() kwadrOdWierz(dlBokKw) turtle.end_fill()