Write a Python program that reads integer numbers from the user,
one by one, and appends them to a list IF the
number input by the user is NOT already contained in the list. When
the list contains 10 numbers, the program should
display the contents of the list, then the sum of the numbers, and
then the average of the numbers contained in the list.
Your user interface should be easy to use, and offer instructions
to the user when appropriate.
Write a Python program that reads integer numbers from the user, one by one, and appends them to a list IF the number in
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Write a Python program that reads integer numbers from the user, one by one, and appends them to a list IF the number in
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!