Python中的循環 while循環 for循環

While循環和for循環 While expression:    #expression是表達式 當expression值爲true的時候執行代碼塊     Suite_to_repeat   #代碼塊必須縮進 -python的while可以用else     For iter_var in iterable_object:   #遍歷iterable_object        Suite_
相關文章
相關標籤/搜索