python 2.7版中的turtle和Turtle有什么不同?
import turtle star = turtle.Turtle() for i in range(50): star.forward(50) star.right(144) turtle.done()
python turtle-graphics python-2.7 python-turtle
python ×1
python-2.7 ×1
python-turtle ×1
turtle-graphics ×1