摘要: 先上图: 代码: import consoleCanvas import _thread import time,random def draw_cir (a,b,r=5): for x in range(a-r,a+r): y=int((((r**2)-(x-a)**2)**(1/2))+b) A 阅读全文
posted @ 2021-05-07 16:57 sunny开始学坏 阅读(159) 评论(0) 推荐(0) 编辑