Please answer it in Python Write a program that asks the user for strictly positive numbers and stores them in a list. The input stops as soon as the user enters "0" (zero). Then view the average of...



Please answer it in Python



  • Write a program that asks the user for strictly positive numbers and stores them in a list. The input stops as soon as the user enters "0" (zero). Then view the average of this list.

  • Write a program that reverses the order of items in a list. For example [1, 3, 9, 6, 4] must become [4, 6, 9, 3, 1].


Note: There are several ways to solve this problem. You are free to keep a single list from start to finish, or create temporary lists, add, delete values, etc.



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here