What I need to do if I want to print more than one element of the nested list? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What I need to do if I want to print more than one element of the nested list?

24th Jun 2016, 7:57 PM
Tiago Reiser
Tiago Reiser - avatar
2 ответов
0
If you want for instance the numbers 1 and 2 from the nested list: print (things [2][0], things[2][1]) result 1 2
26th Jun 2016, 8:39 AM
Aknilore
Aknilore - avatar
0
@Aknilore thank you very much
26th Jun 2016, 3:00 PM
Tiago Reiser
Tiago Reiser - avatar