小编Jdp*_*hit的帖子

乌龟和乌龟的区别?

python 2.7版中的turtleTurtle有什么不同?

import turtle
star = turtle.Turtle()
for i in range(50):
    star.forward(50)
    star.right(144)
turtle.done()
Run Code Online (Sandbox Code Playgroud)

python turtle-graphics python-2.7 python-turtle

3
推荐指数
1
解决办法
2091
查看次数