python 筆記
- for 迴圈
1 | for element in iterable: |
1 | for element in iterable: |
1 | for i in range(5): |
- if else
1 | if condition: |
- 範例
1 | x = 5 |
1 | x = 10 |
- 關於 anytree
- 先載
1 | pip install anytree |
- 程式碼
1 | from anytree import Node, RenderTree |
本部落格所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議。轉載請註明來自 Yun 的個人部落格!