2018年11月18日 星期日

【初階】【python】【繪圖練習】【使用範例】





 import turtle

turtle.showturtle()

turtle.write("Welcome to Python")

turtle.forward(100)

turtle.right(90)

turtle.color

turtle.color("red")

turtle.forward(50)

turtle.right(90)

turtle.color("green")

turtle.forward(100)

turtle.right(45)

turtle.forward(80)

沒有留言:

張貼留言