Question: Can anyone please help me with this in python ? Main Program: 1. Create a list of 10 or more random numbers between 0 and

Can anyone please help me with this in python ?

Main Program:

1. Create a list of 10 or more random numbers between 0 and 100.

2. Call the function stats with this list as its argument.

3. Print out the numbers in the list

4. Print the results of calling stats as: Minimum = XX, Maximum = YY, Average = ZZ.

5. Ask the user to enter a string to be reversed.

6. Call the function reverse with this string as its argument.

7. Print out the reversed string.

8. Ask the user to enter the size of the triangle to print.

9. Call the function triangle with this number as its argument. You need to submit the Python source code (.py) and sample output from running the program. Make sure you document your program appropriately. I will deduct points for bad or very limited documentation. Optionally you may submit any other documentation you wish to provide that explains the program or problems you encountered.

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!