Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in python Problem 2 Below is data from the GDP of several countries given in USD (Trillion). The elements of each countries list are in

image text in transcribed
image text in transcribedin python
Problem 2 Below is data from the GDP of several countries given in USD (Trillion). The elements of each countries list are in order from 2015 to 2019. Note: 2015 is at index (1) of a country list In : country_gdp 11 "Germany",3.356,3.467,3.682,3.963,3.861), "Spain", 1.195,1.232,1.312,1.422,1.393). United States", 17.527,18.224,18.715,19.512,2.0580). Russia", 1.363,1.276,1.574,1.669,1.699), ["China", 11.061,11.233,12.310,13.894, 14.34211 Q1 Print the total and the average sales in Spain Expected Output Total: 5.359 Average: 1.0718 In 1 Q2 Remove the gdp of 2015 for all countries, then print the list(All countries). Note: You should manipulate the country_gdp list. Do not construct a new list. Expected Output ['Germany3.467, 3.682, 3.963, 3.861) I'Spain', 1.232, 1.312, 1.422, 1.393] ['United States', 18.224, 18.715, 19.512, 2.058] ['Russia', 1.276, 1.574, 1.669, 1.699) ['China', 11.233, 12.31, 13.894, 14.342] In 11 Q3 Remove all gdp that are less than 1,3 Trillion, then print the list. Note: You should manipulate the country.gdp list. Do not construct a new list. Expected Output ['Germany'. 3.467, 3.682, 3.963, 3.861] l'Spain', 1.312, 1.422, 1.393) l'United States', 18.224, 18.715, 19.512,2.058] ['Russia', 1.574, 1.669, 1.699) ['China', 11.233, 12.31, 13.894, 14.342] Ini

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

Database Processing

Authors: David J. Auer David M. Kroenke

13th Edition

B01366W6DS, 978-0133058352

More Books

Students also viewed these Databases questions