4.2 while-loops. while <condition>: body post-code. 當 <condition> 為True時,執行body;執行完再看 <condition> , 若還是True,則繼續下去。 <condition> 使用如 if ...
確定! 回上一頁