Fork me on GitHub

10 2021 档案

摘要:import timedef popspace(): t.penup() t.fd(5)def popline(draw): popspace() t.pendown() if draw else t.penup() t.fd(40) popspace() t.right(90)def popsta 阅读全文
posted @ 2021-10-24 11:57 ゆずりはいのり 阅读(168) 评论(0) 推荐(0)
摘要:import mathimport timescale=10print("执行开始")t=time.process_time()for i in range(scale+1): a,b='**'*i,'..'*(scale-i) c=(i/scale)*100 π=4*(4*math.atan(1/ 阅读全文
posted @ 2021-10-17 11:47 ゆずりはいのり 阅读(46) 评论(0) 推荐(0)

1