wlile迴圈while True表示永遠為真,不管是什麼條件都會向下執行,下面是寫的一個例子。 #!/usr/bin/env python age = 24 #給age賦一個值while True: ...
確定! 回上一頁