文章分类 -  Python

摘要:实例:绘制蟒蛇 # PythonDraw. py import turtle turtle. setup(650,350,200,200) turtle. penup() turtle. fd(-250) turtle. pendown() turtle. pensize(25) turtle. p 阅读全文
posted @ 2021-04-06 23:02 BearKuma1069 阅读(973) 评论(0) 推荐(0)