Python print输出到txt文档和输出年月日时分秒

 时间:2026-02-12 16:57:41

1、第一,print()输出到txt文档。运行下列代码,就可以把“Where there is a will, there is a way”输入到txt文档中。

fileone = open(r'D:\test.txt','a+')


print('Where there is a will, there is a way',file=fileone)
fileone.close()

Python print输出到txt文档和输出年月日时分秒

2、第二,运行上述代码,在D盘中就会找到名为test的txt文档,“Where there is a will, there is a way”就输入到了该文档中。

Python print输出到txt文档和输出年月日时分秒

3、第三,如果输出年份,这需要调用datetime模块。运行下列代码,可以将当前年份输出出来。

import datetime


filetwo = open(r'D:\test.txt','a+')
print('当前年份:'+str(datetime.datetime.now().year),file = filetwo)
filetwo.close()

Python print输出到txt文档和输出年月日时分秒

4、第四,保存和运行上述代码,当前年份就输出到了test.txt中。

Python print输出到txt文档和输出年月日时分秒

5、第五,要想输入年月日和时分秒,只需要在上述代码的基础的增加如下代码:

print('当前日期时间:'+datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S'),file = filetwo)

Python print输出到txt文档和输出年月日时分秒

6、第六,保存和运行上述代码,年月日时分秒就输出到了test.txt中。其中年月日%Y-%m-%d和时分秒%H:%M:%S的格式一定注意大小写奥,像这样才可以。

Python print输出到txt文档和输出年月日时分秒

  • windows平台下fortran编程创建文件
  • matlab 绘图菜单
  • list index out of range错误解决方法
  • error LNK1117 : 选项“SUBSYSTEM... 的处理
  • 常见的概率分布有哪些形式?
  • 热门搜索
    惠氏奶粉怎么样 阚清子怎么读 退税怎么算 高血压怎么办 英文我爱你怎么写 新鲜黄花菜怎么吃 网络电视怎么连接网络 别克英朗怎么样 鲁东大学怎么样 婴儿便秘怎么办