摘要:
import time scale=100 print("执行开始".center(scale+28,'-')) start = time.perf_counter() for i in range(scale+1): a = '*' * i b = '.' * (scale - i) c = (i 阅读全文
posted @ 2021-05-12 23:40
长虫山小木屋
阅读(152)
评论(0)
推荐(0)
|
摘要:
import time scale=100 print("执行开始".center(scale+28,'-')) start = time.perf_counter() for i in range(scale+1): a = '*' * i b = '.' * (scale - i) c = (i 阅读全文
posted @ 2021-05-12 23:40
长虫山小木屋
阅读(152)
评论(0)
推荐(0)
|