how to iterate a list including numbers in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to iterate a list including numbers in python?

how to iterate a list including numbers in python?

1st Jun 2021, 7:47 AM
Aryan King
Aryan King - avatar
5 Answers
+ 3
Aryan King, There is still a need for clarification here, so we are all guessing. what do you mean by " ... including numbers..." it would be great if you could give us an input and an output sample. thanks!
1st Jun 2021, 2:01 PM
Lothar
Lothar - avatar
+ 1
for value in my_list: # do something with each value
1st Jun 2021, 7:48 AM
visph
visph - avatar
+ 1
Please avoid copying the question into the tags ☝ https://code.sololearn.com/W3uiji9X28C1/?ref=app
1st Jun 2021, 8:14 AM
Ipang
+ 1
1.By using Python range() method. 2.List Comprehension.  3.Python enumerate() method. 4.for Loop. 5.while Loop.  6.Python NumPy module. 7.lambda function. Visit https://www.askpython.com/python/list/iterate-through-list-in-python Hope this helps.
2nd Jun 2021, 2:17 AM
‎ àșž
0
Plz tell😭😭
1st Jun 2021, 8:24 AM
Aryan King
Aryan King - avatar