(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__ =
相關文章
相關標籤/搜索