标签: file python-3.x text
我有一个问题:我使用的是Python 3.4。 我的代码:
# -*- coding: utf-8 -*- f = open('D:/TMP/Test.txt', 'w') str = "Why ist there no question mark ??? " f.write(str +'\n') f.close()
很简单,但结果是:
为什么没有问号
感谢您的帮助......
祝你好运 Geosucher