摘要: 3.6 import time print("Starting",end='') a='...' print("{:^5}".format(a),end='') print("Done!") 3.7 while True: for i in ["/","-","|","\","|"]: print( 阅读全文
posted @ 2025-03-25 13:10 鳞* 阅读(33) 评论(0) 推荐(0)