(Python Primary) - 廖雪峰Python3 - 7.模块

7.模块 7.0介绍 模块mycompany的结构以下,注意不可与python自带模块名称冲突 mycompany ├─ __init__.py ├─ abc.py └─ xyz.py 7.1使用模块 7.1.1 自主编写一个hello模块 #!/usr/bin/env python3 # -*- coding: utf-8 -*- ' a test module ' __author__ =
相关文章
相关标签/搜索