Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 637 Bytes

Python-Control-Structure

示範 Python 的控制結構,包括選擇、迴圈及例外處理。

執行 ifdemo.py

image

執行 fordemo.py

image

執行 whiledemo.py

image

執行 trydemo.py

image

執行 withdemo.py

image