Question: Python 2.7.13 I am asking for help with this computer program. I am struggling so much. If anyone could please help write the code in
..ooo Verizon 10:11 AM 100% The Science of Competing I Living wirk Cyber Program: A Fantastically Fabulous List Your task in this programming assignment is to write a Python program that generates a list of integers, such that both its length and the intlegers added to the list are provided by the user. Subsoquently display the list, followed by statistical information (see below) about the list. Here's output of a sample run (user input is shown in bold red) How many integers would you 1ike to add to the 1ist? 7 Enter an integ: 54 Enter an integes:91 Enter an integer: 23 Enter an integer: 8 Enter an integ: -66 Enter an integ: 39 Enter an integer: 2 The original list: [54, 91, 23, 8, 66, 39, 2] The length of the list is 7 The minimuvalue in the list i -66 The maximuz value in the list s 91. The reversed 1ist: [2,39. -66, 8. 23. 91, 541 The sorted 11st: (-66. 2. 8. 23. 39. 54. 91 To help clarify, here are some specifics andor constraints: (1) The integers must be stored a single Python lisa; (2) Generating the list (including getting setting its length) must be done in a function that is called from the main part of the program (see the template for more details) 3) You must use the list functions discussed in class to add integers to the list and to display information about andor modify the list (ie.. its lengthtbe minimum and maximum values in the list, reversing the list, and sorting the listh (4) You must use the provided source code templatc; and (5) You must submit your source code as a single py fille Last modified: 26 Oct 2017
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
