Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Development Of Knowledge Framework For Affective Content Analysis

Authors: Swarnangini Sinha

1st Edition

B0CQJ13WZ1, 979-8223977490

More Books

Students also viewed these Databases questions

Question

Write about the story "Analysis of Two Kinds by Amy Tan

Answered: 1 week ago