In the list, How could I show the number of the value from the list, one by one? (Indexing issue) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

In the list, How could I show the number of the value from the list, one by one? (Indexing issue)

List issues in python, Index issue in python https://code.sololearn.com/cCc7d5Q183RO/?ref=app

19th Jul 2020, 5:00 PM
Rana Yehia
Rana Yehia - avatar
2 Answers
+ 1
Thank you for your answer 👩‍💻 But what I did was : I wrote the code Student[1] So It should appear on the run mood the name of "Ahmed" but it didn't I shouldn't write print
19th Jul 2020, 5:30 PM
Rana Yehia
Rana Yehia - avatar
0
Rana Yehia This should do it: for things in students: print(things) Happy Coding 😀😀
19th Jul 2020, 5:16 PM
Tomiwa Joseph
Tomiwa Joseph - avatar