我輸入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中應(yīng)該為
n = os.write(fd,bytes('imooc','utf-8'))
n = os.write(fd,bytes('imooc','utf-8'))
2018-08-01