摘要: print("整数输出1:",end = "") for i in x: print(i,end = "") print("\n整数输出2:",end = "") for i in x: print(f'{i:02d}',end = "-") print("\n整数输出3:",end = "") f 阅读全文
posted @ 2021-04-24 22:35 chloece 阅读(47) 评论(0) 推荐(0)