Write a program that begins by calling a custom function named as you wish. This function must create and return a list of 8 random integers, all in the range from 10-100. use a for loop to display the 8 random integers all on one line separated by a single space. print the highest number in the list. print the lowest number in the list. print the total of all list elements. sort the list in descending order. use another loop to display the sorted numbers in descending order, all on the same line, separated by a single space. This loop should also contain code to count the number of evenintegers and the number of odd integers. report both counts when the loop above has ended. use slicing syntax to make another list holding the middle 2 elements of the descending list. display both elements in this new list as shown in the sample output. write the list of 8 descending integers to a text file, each integer on its own line.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Hello! I need help with a HW problem. Can you please include the Pseudocode to explain what the code is doing? Thank you!!! 

program7_1.py 

  • Write a program that begins by calling a custom function named as you wish. This function must create and return a list of 8 random integers, all in the range from 10-100.
  • use a for loop to display the 8 random integers all on one line separated by a single space.
  • print the highest number in the list.
  • print the lowest number in the list.
  • print the total of all list elements.
  • sort the list in descending order.
  • use another loop to display the sorted numbers in descending order, all on the same line, separated by a single space. This loop should also contain code to count the number of evenintegers and the number of odd integers.
  • report both counts when the loop above has ended.
  • use slicing syntax to make another list holding the middle 2 elements of the descending list.
  • display both elements in this new list as shown in the sample output.
  • write the list of 8 descending integers to a text file, each integer on its own line.

Sample Output 1
Here is your initial list
22 80 52 97 44 15 66 79
The largest number is 97
The smallest number is 15
The list total is 455
Here is your list sorted descending
97 80 79 66 52 44 22 15
Results: 5 numbers were even and 3 were odd
The middle two numbers are 66 and 52
The list was written to a file

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY