2022年4月11日
摘要: task1.pyx = list(range(10)) print('整数输出1: ', end='') for i in x: print(i, end=' ') print('\n整数输出2: ', end='') for i in x: print(f'{i:02d}', end='-') p 阅读全文
posted @ 2022-04-11 22:55 好运来。 阅读(45) 评论(3) 推荐(0)