摘要:
3.19 import time t = time.localtime() year = str(t.tm_year) month = str(t.tm_mon) day = str(t.tm_mday) result = '-'.join([year, month, day]) print(res 阅读全文
posted @ 2025-03-29 13:48
与尔5
阅读(10)
评论(0)
推荐(0)
摘要:
3.6 文本进度条Starting...Done!形式 import time scale = 10 print("Starting", end="\n") for i in range(scale+1): c = (i/scale)*100 print("\r{:.0f}%".format(c), 阅读全文
posted @ 2025-03-29 13:12
与尔5
阅读(7)
评论(0)
推荐(0)
浙公网安备 33010602011771号