实验6
摘要:
task1 # 以(0,0)为圆心,绘制9个同心圆 from turtle import * # 把画笔移至坐标(x,y) def moveto(x,y): penup() goto(x,y) pendown() def main(): setup(800, 600) speed(0) # 以(0, 阅读全文
posted @ 2021-06-17 22:08 许文德 阅读(42) 评论(1) 推荐(0) 编辑
2021年6月17日 #
posted @ 2021-06-17 22:08 许文德 阅读(42) 评论(1) 推荐(0) 编辑
2021年5月31日 #
posted @ 2021-05-31 21:20 许文德 阅读(26) 评论(0) 推荐(0) 编辑
2021年5月16日 #
posted @ 2021-05-16 12:47 许文德 阅读(56) 评论(1) 推荐(0) 编辑
2021年4月22日 #
posted @ 2021-04-22 22:16 许文德 阅读(52) 评论(0) 推荐(0) 编辑
2021年4月5日 #