我收到以下代码错误:
from os import getcwd
os.getcwd()
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
os.getcwd()
NameError: name 'os' is not defined
任何人都知道为什么以这种方式导入不起作用?
我收到以下代码错误:
from os import getcwd
os.getcwd()
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
os.getcwd()
NameError: name 'os' is not defined
任何人都知道为什么以这种方式导入不起作用?