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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started