Question: Python 3.6 Display de list as it is, then display the list backword def main (): nuraber_list = [] low = 0.0 high = 0.0

Python 3.6

Display de list as it is, then display the list backword

Python 3.6 Display de list as it is, then display the list

def main (): nuraber_list = [] low = 0.0 high = 0.0 total = 0.0 average = 0.0 number = 0 for i in range (20): number = float (input ('Enter number' + \str (i + 1) +\'of 20: ')) number_list. append(number) low = min (number_list) high = max (number_list) total = sum (number_list) avregae = total/20.0 print("Low', low) print ('High', high) print('Total', format (total, ', 2f')) print ('Average', format (average, ', 2f'))

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 Databases Questions!