詳細文字教程: https://morvanzhou.github.io/tutorials/ python 當中有兩個最基礎的循環語句, while 和for. while 通常被用在無限循環當中,...
詳細文字教程: https://morvanzhou.github.io/tutorials/ python 當中有兩個最基礎的循環語句, while 和for. while 通常被用在無限循環當中, 當條件滿足時,執行命令, 條件不滿足時結束執行. for 通常被用在迭代當中.它會按順序一個一個迭代list ...
影片來源:https://morvanzhou.github.io/tutorials/python-basic/basic/03-2-for/