1 pip安装模块报错:WARNING: Ignoring invalid distribution -addlepaddle
出现问题:Error loading script: Script error for "vega-embed":may be an ad-blocker and disabled them
6 Python中::(双冒号)的用法:seq[start:end:step]
总结:
├─project
│ │ test2.py
│ │ test3.py
│ │
│ ├─package
│ │ __init__.py
│ │ test1.py
│ │ test4.py
│ │
│ └─package2
│ __init__.py
│ test5.py
test4调用test1:import package.test1 as test1