Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

4th Edition

0615231047, 978-0615231044

More Books

Students also viewed these Databases questions

Question

a. How are members selected to join the team?

Answered: 1 week ago

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago