PYthon 3.4文本文件中的问号

时间:2016-06-03 06:43:07

标签: 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

0 个答案:

没有答案