摘要:
import time scale = 50 print("执行开始".center(scale//2,'-')) start = time.perf_counter() for i in range(scale+1): a = '*' * i b = '.' * (scale - i) c = ( 阅读全文
posted @ 2020-10-29 20:10
娃
阅读(100)
评论(0)
推荐(0)
摘要:
import turtle as t t.pensize(2) for i in range(6): t.fd(150) t.left(60) 阅读全文
posted @ 2020-10-29 19:29
娃
阅读(324)
评论(0)
推荐(0)
浙公网安备 33010602011771号