摘要: x = 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 = '-')print('\ 阅读全文
posted @ 2021-04-23 11:40 热依木 阅读(48) 评论(4) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-09 14:21 热依木 阅读(31) 评论(4) 推荐(0) 编辑