✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mis värvi joone joonistab funktsioon jutt nende Python 3.x käskude toimel?
from turtle import *
def jutt (a, nurk='', joon=0, värv='green'): if type(nurk)!=str: seth(nurk) if joon>0: pensize(joon) color(värv) pd(); fd(a); pu()
jutt(100, 100, 10, 'red')