PeterWolf-tw / NTNU_TextProcessing_2020

9 stars 27 forks source link

程式缺乏「檔頭」,也沒有「程式進入點」。 #11

Closed PeterWolf-tw closed 3 years ago

PeterWolf-tw commented 4 years ago

https://github.com/PeterWolf-tw/NTNU_TextProcessing_2020/blob/5e4c8ee99e2d67a7816e04ab3949d3a24967501a/week04/week04_40847031S.py#L1

請參考授課教師提供的其它 Python3 程式碼,加上「檔頭」以及「程式進入點」。 缺乏檔頭的 Python3 程式,在部份 Unix 平台上是無法執行的。 缺乏「程式進入點」則會降低程式的除錯能力和可閱讀性。