91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python循環中else的使用示例

發布時間:2020-11-25 13:45:01 來源:億速云 閱讀:167 作者:小新 欄目:編程語言

小編給大家分享一下python循環中else的使用示例,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

眾多語言中都有if else這對條件選擇組合,但是在python中還有更多else使用的地方,比如說循環for,或者while都可以和else組合。

下面簡單介紹一下for-else while-else組合

循環組合中的else執行的情況下是循環正常結束(即不是使用break退出)。如下列代碼:

numbers= [1,2,3,4,5]
for nin numbers:
    if (n >5):
        print('the value is %d '%(n))
        break
else:
    print('the for loop does not end with break')
     
i= 0
while(numbers[i] <5):
    print('the index %d value is %d'%(i, numbers[i]))
    if (numbers[i] <0) :
        break
    i= i+ 1
else:
    print('the loop does not end with break')
   
numbers= [1,2,3,4,5]
for nin numbers:
    if (n >5):
        print('the value is %d '%(n))
        break
else:
    print('the for loop does not end with break')
    
i= 0
while(numbers[i] <5):
    print('the index %d value is %d'%(i, numbers[i]))
    if (numbers[i] <0) :
        break
    i= i+ 1
else:
    print('the loop does not end with break')

執行結果如下:

C:\Python27>python.exe for_else.py
thefor loop doesnot end withbreak
the index0 valueis 1
the index1 valueis 2
the index2 valueis 3
the index3 valueis 4
the loop doesnot end withbreak

以上是“python循環中else的使用示例”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

南宫市| 桂东县| 兴义市| 岳西县| 承德市| 师宗县| 射洪县| 浮山县| 大足县| 绩溪县| 桃江县| 彰化县| 曲沃县| 庄河市| 郓城县| 永城市| 郴州市| 永川市| 邵东县| 济宁市| 汉阴县| 陆丰市| 珠海市| 沛县| 徐水县| 浦江县| 射阳县| 瓦房店市| 广南县| 丰城市| 夏河县| 成都市| 迁安市| 泌阳县| 玉门市| 新民市| 珠海市| 堆龙德庆县| 枞阳县| 桐柏县| 龙里县|