Print an element in a list based on a condition

前端 未结 3 1744
难免孤独
难免孤独 2021-01-29 14:45

I have a list of lists which contain a first name, last name, and points scored.

list1 = [[\'david\', \'carter\', 6], [\'chris\', \'jenkins\', 0], [\'john\', \'w         


        
3条回答
提交回复
热议问题