每天CookBook之Python-074

  • 将print重定向到文件
with open('somefile.txt', 'rt') as f:
    print('hello world!', file=f)
posted @ 2016-07-24 12:23  4Thing  阅读(97)  评论(0编辑  收藏  举报