简介 目录 评价 推荐
  • 参牟 2022-12-19

    %%writefile aa.py  # jupyter notebook中某个cell保存到路径中

    %load aa.py  #jupyter notebook中加载某个py文件内容

    from aa import * 从aa.py中导入所有函数

    __name__ =='__main__':这个下面的代码不在调用中执行,只在当前代码中执行

    0赞 · 0采集
数据加载中...
开始学习 免费