易犯错误

起的模块的名字不能和导入的库名相同

如下代码, 该文件名不能叫 sys.py, 会引起不必要的误, 系统不知道要导入什么模块

import sys
print(sys.path)