import turtle as t
t.setup(650,350,200,200)
t.penup()
t.fd(-250)
t.pendown()
t.left(30)
t.fd(200)
t.right(120)
t.fd(300)
t.right(120)
t.fd(300)
t.right(120)
t.fd(100)
t.left(60)
t.fd(100)
t.right(120)
t.fd(300)
t.right(120)
t.fd(300)
t.right(120)
t.fd(200)
t.done()

原文:https://www.cnblogs.com/xieyuhua/p/12511838.html