Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python, 1)How to extract a specific element of item in a list? 2) How to check all the elements in list bus for items number
Python, 1)How to extract a specific element of item in a list? 2) How to check all the elements in list bus for items number 3 which element has the highest value? For example, van(200), scot(10), Ron(33) and qon(90) ? 3) How to print out only a few items in the list element? For example, print only ["van", 200, 5], do not print 60.
bus = [ ["van", 60, 200, 5] , ["scot", 55, 10, 3], ["Ron", 56, 33, 9], ["qon", 21, 90, 6] ]
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started