In [54]:
x
import os, sys
…
In [55]:
# 获取当前目录
os.getcwd()
Out[55]:
…
In [56]: </
x
import os, sys
# 获取当前目录
os.getcwd()