fontcolor =tur.color('purple') is used for giving the color to the text. from turtle import * import turtle tur = turtle.Turtle() ...
確定! 回上一頁