#e2.5 DrawPython-s.py

#e2.5 DrawPython-s.py
#coding = utf-8
from turtle import *
setup(650,350,200,200)
penup()
bk(250)
pendown()
pensize(25)
color("violet")
seth(-40)
for i in range(4):
	circle(40,80)
	circle(-40,80)
circle(40,80/2)
fd(40)
circle(16,180)
fd(40)

发布了46 篇原创文章 · 获赞 1 · 访问量 1577

猜你喜欢

转载自blog.csdn.net/AntInSnow/article/details/104253476
2.5