鱼C论坛's Archiver
论坛
›
Python交流
› python作业问答
w柠栀w
发表于 2022-12-7 13:30:55
python作业问答
zhangjinxuan
发表于 2022-12-7 19:03:35
from turtle import *
setup(900,900,0,0)
pensize(5)
for i in range(6):
fd(100)
right(60)
color("red")
circle(60, steps = 6)
up()
goto(-50,200)
down()
for i in range(5):
right(144)
fd(400)
done()
页:
[1]
查看完整版本:
python作业问答