def nos(a):
turtle.begin_fill()
wielokatZeSkrP(6, 2 * a, 4)
turtle.end_fill()
turtle.lt(360 / 6)
turtle.fd(2 * a)
turtle.rt(360 / 6)
turtle.fd(2 * a)
turtle.rt(360/ 6)
turtle.fd(a * 2)
turtle.lt(360 / 6)
turtle.lt(30)
wasP(a)
turtle.rt(60)
wasL(a)
#turtle.lt(90)
#turtle.fd(a * 8)
评论列表
文章目录