开发者社区> 问答> 正文

python函数模块的调用是如何实现的?

python函数模块的调用是如何实现的?

展开
收起
游客fbdr25iajcjto 2021-11-04 22:20:00 350 0
1 条回答
写回答
取消 提交回答
  • import test1 import test2 test1.demo1() test2.demo1()

    cat = test1.Cat() print cat dog = test2.Dog() print dog

    2021-11-04 22:20:57
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载