久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

確定您在 python 的循環(huán)中正在進行哪個迭代

Identify which iteration you are on in a loop in python(確定您在 python 的循環(huán)中正在進行哪個迭代)
本文介紹了確定您在 python 的循環(huán)中正在進行哪個迭代的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

基本上,我希望能夠知道我何時在循環(huán)迭代中的第 N 個項目上.有什么想法嗎?

Basically I would like to be able to tell when I'm on the Nth item in a loop iteration. Any thoughts?

d = {1:2, 3:4, 5:6, 7:8, 9:0}

for x in d:
    if last item: # <-- this line is psuedo code
        print "last item :", x
    else:
        print x

推薦答案

使用 枚舉:

#!/usr/bin/env python

d = {1:2, 3:4, 5:6, 7:8, 9:0}

# If you want an ordered dictionary (and have python 2.7/3.2), 
# uncomment the next lines:

# from collections import OrderedDict
# d = OrderedDict(sorted(d.items(), key=lambda t: t[0]))

last = len(d) - 1

for i, x in enumerate(d):
    if i == last:
        print i, x, 'last'
    else:
        print i, x

# Output:
# 0 1
# 1 3
# 2 9
# 3 5
# 4 7 last

這篇關于確定您在 python 的循環(huán)中正在進行哪個迭代的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

相關文檔推薦

How to draw a rectangle around a region of interest in python(如何在python中的感興趣區(qū)域周圍繪制一個矩形)
How can I detect and track people using OpenCV?(如何使用 OpenCV 檢測和跟蹤人員?)
How to apply threshold within multiple rectangular bounding boxes in an image?(如何在圖像的多個矩形邊界框中應用閾值?)
How can I download a specific part of Coco Dataset?(如何下載 Coco Dataset 的特定部分?)
Detect image orientation angle based on text direction(根據(jù)文本方向檢測圖像方向角度)
Detect centre and angle of rectangles in an image using Opencv(使用 Opencv 檢測圖像中矩形的中心和角度)
主站蜘蛛池模板: 亚洲精品在线免费观看视频 | av一区在线| 中文字幕蜜臀av | 91就要激情 | 国产精品一区一区三区 | 亚洲欧美国产精品一区二区 | 免费在线看a | 午夜精品视频 | 国产在线观 | 亚洲精品电影在线观看 | 91国内在线观看 | 久久精品91| 天堂成人av | 国产91九色 | 久久久久久a | 亚洲国产精品一区二区第一页 | 免费国产黄网站在线观看视频 | av毛片免费 | 91国内外精品自在线播放 | 欧美精品中文 | 在线视频 中文字幕 | 亚洲小视频在线观看 | 五月婷婷激情 | 91av在线免费观看 | 综合久久综合久久 | 97国产精品| 美女久久久久久久 | 秋霞a级毛片在线看 | 日本激情视频中文字幕 | 亚洲国产小视频 | 久在线| av手机在线播放 | 久久久免费少妇高潮毛片 | 日韩一区二区福利视频 | www.9191.com| 国产黄色在线观看 | 手机看片在线播放 | 黄色片网站在线观看 | 免费a级毛片在线播放 | 男女羞羞网站 | 在线免费观看视频你懂的 |