之前給大家介紹過Python中的for、if、賦值等相關語句,本文介紹 ... ```python for i in range(8): # i=0,1,2....7 if i == 5: break print(i) ...
確定! 回上一頁