import jieba
ret = open("speech.txt", "r").read()
seglist = jieba.cut(ret, cut_all=False)
错误讯息
File "<ipython-input-11-8f0412c0d9d7>", line 2
ret = open(1.txt,r).read()
^
IndentationError: unexpected indent
我的开发环境是Macbook,我用终端机跑他是读得到这个txt档的
请问一下,我使用jupyter应该要把档案放在哪?