1 2 3 4 5 6 7 8 9 10 11 12 13 | #僅提醒自己自學的進度(順便複習,期許實現立下的目標) #定義函式 def say(msg): print(msg) return value = say('hellow function') print(value) #呼叫函示、封包使用 # 主程式 (main.py) import mod.lotto #呼叫使用的函示 #在函式庫中加入__init__.py 特定檔案 |
Direct link: https://paste.plurk.com/show/xtsT80q1ugrGJvJzzKTo