Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using python P2HW2 - Lists and Sets TUTTI Introduction: Assignment assess student understanding of Lists and Sets Instructions: IMPORTANT: Use IDLE for HW Assignments For
using python
P2HW2 - Lists and Sets TUTTI Introduction: Assignment assess student understanding of Lists and Sets Instructions: IMPORTANT: Use IDLE for HW Assignments For assignment this assignment , you are to design a program that does the following: Asks the user to enter a series of 10 numbers.(10 points) The program should store the numbers in a list. Give the list created a descriptive name (10 points) Display the following: (10 points each) o The lowest number in the list The highest number in the list The total of the numbers in the list o The average of the numbers in the list Convert the list into a set (10 points) Display the set content. Note that if list contained duplicated numbers, duplicates will no longer appear in the set created. (20 points) Note: Write program Pseudocode (detail algorithm) and add it as a comment block. (10 points) Create a new Python code file named P2HW2_ListSets_LastnameFirstname.py (replace "LastnameFirstname" with your own name) Add a title comment block to the top of the new Python file using the following form: # CTI-110 # P2HW2 - List and Sets # Your Name # Date # Complete the programming challenge explained above Submit your finished code solution file(s) through this assignment link by the posted deadlineStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started