摘要: ``` # -*- coding: utf-8 -*- ''' @File : test.py @Author: qiguagnhui @Date : 2020-04-11 23:17 @Desc : ''' import os import sys savedStdout = sys.stdout #保存标准输出流 with open('out.txt', 'w') as file: sys.s 阅读全文
posted @ 2020-04-16 23:52 疯狂列表推导式 阅读(135) 评论(0) 推荐(0) 编辑