Why the text color remain black? import turtle def t(): t = turtle.Turtle() t.fillcolor('green') t.begin_fill() t.color('green') for i in ...
確定! 回上一頁