import turtle import time turtle.pensize(3) turtle.showturtle() # 顯示箭頭turtle.write("吳常文") # 寫字符串turtle.forward(300) # 前進100 ...
確定! 回上一頁