• 大小: 0.38KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-03-02
  • 语言: Python
  • 标签:

资源简介


资源截图

代码片段和文件信息

from turtle import *
color(‘black‘‘red‘)
pensize(5)
begin_fill()
penup()
goto(5050)
pendown()
right(45)
goto(1000)
left(90)
fd(120)
circle(50225)
penup()
goto(00)
pendown()
l

评论

共有 条评论