logo
Loading...

python基礎 5 while循環 - 莫煩_Python3 基礎學 零基礎必修Python入門實作 - Cupoy

詳細文字教程: https://morvanzhou.github.io/tutorials/ python 當中有兩個最基礎的循環語句, while 和for. while 通常被用在無限循環當中,...

詳細文字教程: https://morvanzhou.github.io/tutorials/ python 當中有兩個最基礎的循環語句, while 和for. while 通常被用在無限循環當中, 當條件滿足時,執行命令, 條件不滿足時結束執行. for 通常被用在迭代當中.下節內容會提到具體的不同點. 播... 影片來源:https://morvanzhou.github.io/tutorials/python-basic/basic/03-1-while/