Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program in python. Provided below are the stats of NBA player Scottie Pippen's first 11 years of his career. With the stats provided,

Write a program in python. Provided below are the stats of NBA player Scottie Pippen's first 11 years of his career. With the stats provided, create a list of variables for each category. Each list must have the numbers stay in the same order as given below. Use the proper naming convention for your list.

write a program answering the following problems:

His total points.

His average of rebounds per game.

His average assists per game for each season.

The number of times that he played 82 games in a season.

The program must output the correct answer for, as asked, to receive no deduction. You are turning in one python file, not 4.

games_played

79, 73, 82, 82, 82, 81, 72, 79, 77, 82, 44

points

625, 1048, 1351, 1461, 1720, 1510, 1587, 1692, 1496, 1656, 841

assists

169, 256, 444, 511, 572, 507, 403, 409, 452, 467, 254

rebounds

298, 445, 547, 595, 630, 621, 629, 639, 496, 531, 227 . need this in python

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_2

Step: 3

blur-text-image_3

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 Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions