Get the App
SLTechnology News&Howtos  ›  Development  › 

How python traverses a collection and its subscript

Shulou Source: shulou.com Published: 2022-06-01 03:55:44 09月22日 Update

This article mainly introduces how python traverses a set and its subscript, which is very detailed and has certain reference value. Friends who are interested must read it!

Traverse a set and its subscript

Colors = ['red',' green', 'blue',' yellow'] for i in range (len (colors)): print I,'-->', colors [I]

A better way

For I, color in enumerate (colors): print I,'-->', color

This method of writing is efficient, elegant, and saves you the need to create and increase your own subscript.

When you find that you are manipulating the subscript of the collection, you are likely to be doing something wrong.

The above is all the content of the article "how python traverses a collection and its subscript". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Tags: Subscript content article elegance value interest writing guys buddies efficiency methods more knowledge industry information information channels mistakes channels references help Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Linux MariaDB Shulou Tech Info NVidia Apple