标签:png imp 分享图片 pos 技术分享 http red begin .com
import turtle turtle.pencolor(‘red‘) turtle.fillcolor(‘yellow‘) turtle.begin_fill() while True: turtle.forward(100) turtle.right(25) if(abs(turtle.pos()))<1: break turtle.end_fill() turtle.done()
标签:png imp 分享图片 pos 技术分享 http red begin .com
原文地址:https://www.cnblogs.com/liangzhenyu/p/9016840.html