摘要: python 手绘 冰墩墩(源码附上) import turtle turtle.title('PythonBingDwenDwen') turtle.speed(100) # 速度 # 左手 turtle.penup() turtle.goto(177, 112) turtle.pencolor("lightgray") turtle. 阅读全文
posted @ 2022-02-12 22:04 小泽不小 阅读(1632) 评论(0) 推荐(0)