Question: Solve LAB ACTIVITY 6.12.1: LAB: Varied amount of input data 10/ 10 V main.py Load default template... 1 user = input() 3 tokens = user

Solve

LAB ACTIVITY 6.12.1: LAB: Varied amount of input data 10/ 10 V main.py Load default template... 1 user = input() 3 tokens = user . split() 4 5 nums = 6 7 for token in tokens: 8 nums . append(int (token) ) 10 avg = sum(nums) / len(nums) 11 print (int(avg), max(nums) ) 12 13

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!