我输入f.报错:
f.
File "<ipython-input-36-ecbd3b12d2e2>", line 1
f.
^
SyntaxError: invalid syntax
f.
File "<ipython-input-36-ecbd3b12d2e2>", line 1
f.
^
SyntaxError: invalid syntax
2018-08-06
python3中应该为
n = os.write(fd,bytes('imooc','utf-8'))
n = os.write(fd,bytes('imooc','utf-8'))
2018-08-01