Question: CPT 180 Chapter 2 Assignment 3 3. Directions Using the following guidelines, create a python program. 1. Create a program named printRandomNumbers that gets input

CPT 180 Chapter 2 Assignment 3 3. Directions Using the following guidelines, create a python program. 1. Create a program named printRandomNumbers that gets input from the user and then produces a list of random numbers. 2. Import the random module Add three comment lines at the top of the program that contain: a. Program Name b. Program Description C. Programmer's Name (You) 4. Prompt the user for the following: a. Number of random numbers required b. Lower limit of random numbers c. Upper limit of random numbers 5. Using a for loop and the random.randint() method, print out a list of random numbers. 6. Submit the printRandomNumbers.py file into the Chapter 2 Assignment 3 Submission Folder. Hints 1. 2. See example of using the random.randint() method on page 57 (47 in 2nd Edition). Remember that the values entered by the user will be strings that must be converted to integers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
