Python Code"Statistics are often calculated with different amounts of data that is inputted. Create a program that takes any number of integers as input, and outputs the average and max. You can...


Python Code


"Statistics are often calculated with different amounts of data that is inputted. Create a program that takes any number of integers as input, and outputs the average and max. You can assume all the integers input are valid."


Picture has starter code


1 # User inputs string w/ numbers<br>2 user_input = input()<br>3 tokens = user_input.split() # Split into separate strings<br>4<br>5<br>Type your code here. '''<br>

Extracted text: 1 # User inputs string w/ numbers 2 user_input = input() 3 tokens = user_input.split() # Split into separate strings 4 5 Type your code here. '''

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here