Generate a list of random numbers

Assignment Help Basic Computer Science
Reference no: EM131405754

Part 1:  Generate a list of Random Numbers

Write a program in Python that generates 20 random numbers and stores them in a list. The program should store the numbers in an array.  Use the list using the built-in functionality of the print functions.  Your output should look like this:

[22, 47, 71, 25, 28, 61, 79, 57, 89, 3, 29, 41, 99, 86, 75, 98, 4, 31, 22, 33]

Next, write a function that has the list as a parameter, and displays these statistics. Use the built-in min, max, sum, and len functions.

  • The lowest number
  • The highest number
  • The sum of the numbers

The output should look similar to  this:

Highest: 89
Lowest: 3
Sum: 482
Average: 48.2

Part 2: Prime Numbers List

For each number in your list, test to see if it is prime using the is_prime() function you wrote in the Prime Numbers lab. If the number is prime, add it to a new list and delete it from the original list. You'll end up with two lists: one with prime numbers and one with non-primes. Put a test in your code to sum the length of the two lists to be sure there are still 20 numbers in total. Now sort both lists with the built-in sort() function, then print them out. Your output should be similar to this:

Primes:  [47, 71, 61, 79, 57, 89, 3, 29, 41, 31]

Non-primes:  [22, 25, 28, 99, 86, 75, 98, 4, 22, 33]

Reference no: EM131405754

Questions Cloud

Which currency is used the most in international invoices : MGT 520- Which currency is used the most in international invoices? On what unit of analysis did the first theories of international trade focus? The first theories of international trade are referred to as _____.
Determining the messaging servers : You were hired as a Consultant for a Medium size organization. They operate a Microsoft Exchange Messaging Server. They have 5 functional departments. Among them are Sales and Accounts Receivables.
Discuss the organizations culture and its climate : Describe how these are evidenced-or perhaps appear to be contradicted-in the words and actions of leaders and others in the organization, noting relevant data or artifacts. In addition, discuss the organization's culture and its climate, different..
How each leadership style might affect the performance : Analyze how each leadership style might affect the respective company's performance and alignment to values. Discuss which leadership style to which you are most aligned.
Generate a list of random numbers : Write a program in Python that generates 20 random numbers and stores them in a list. The program should store the numbers in an array.  Use the list using the built-in functionality of the print functions.  Your output should look like this:
Are jesus-views on wealth practical and helpful : Jesus often spoke critically about material possessions and the wealth. He even directed one person to give away all his wealth to the poor before following him. Are Jesus/ views on wealth practical and helpful or impractical and potentially harmf..
Do you exhibit the right company culture every day : Think of your own actions at work. Do you exhibit the right company culture every day? In other words, do you walk the walk and talk the talk?
Information and prints a payroll statement : Write a program with Python that reads the following information and prints a payroll statement:
Displays the future investment value : Write a program in Python that reads in investment amount, annual interest rate, and number of years, and displays the future investment value using the following formula:

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd