gpt4 book ai didi

python - 在 Python 'for' 中计算项目编号?

转载 作者:太空宇宙 更新时间:2023-11-04 08:17:55 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
for x in y, type iteration in python. Can I find out what iteration I'm currently on?
Iteration count in python?

有点难以解释,但是当我运行这样的东西时:

fruits = ['apple', 'orange', 'banana', 'strawberry', 'kiwi']

for fruit in fruits:
print fruit.capitalize()

如预期的那样,它给了我这个:

Apple
Orange
Banana
Strawberry
Kiwi

我如何编辑该代码,以便它“计算”它执行 for 的次数,并打印出来?

1 Apple
2 Orange
3 Banana
4 Strawberry
5 Kiwi

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com