• 大小: 0.24KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: python  文件  

资源简介


资源截图

代码片段和文件信息

#! -*- coding:utf-8 -*-
def log4qu():
    with open(“log4qu.txt““w“)  as f:
        f.write(“测试一\n“)
    

评论

共有 条评论