Question: Need help with a PYTHON program with an output like above ^^ 1.) Create random number generator by importing the from random import random function

Need help with a PYTHON program with an output like above ^^Need help with a PYTHON program with an output like above ^^

1.) Create random number generator by importing the from random import random function

2.) make any name input for the table be formatted with title case

3.) Prompt the user for the range of values in the current row (low / high) Generate 5 random Integers within the given range and append them to the List

4.) Define a for loop to increment through the values in the List o Display each row of values in the List o Each value in a row should be right-aligned within a 9 character field width o Values should be displayed with a comma as the thousands separautor

9:58 PM Mon Feb 8 Ol 53% purdue.brightspace.com Lauri valuci a TUN SIVUIU we ryn-any ICU WILIIIII aviai aulci FCIU WULIT Values should be displayed with a comma as the thousands separator Display a blank line, then a String with the message "...done" Random Number Table Generator EEEEE This program generates a table of random Integers. The user specifies a name for the table, the number of rows and the range of values in each row. Enter a name for this table: BoIlErMaker How many rows in the Boilermaker table: 3 Range of possible values for row #1 Low: 1 High: 10 Range of possible values for row #2 Low: 100 High: 150 Range of possible values for row #3 Low: 40 High: 1000 Table: Boilermaker with 3 rows of random values =EEEEEE 8 146 206 4 136 492 3 134 268 9 122 946 4 150 525 ... done More examples van ve Too metastage of this assignment

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!