Write your own function that illustrates a feature


Problem: Python Functions

Part I

The volume of a sphere is 4/3πr3, where π has the value of "pi" given in Section 2.1 of your textbook. Write a function called print_volume (r) that takes an argument for the radius of the sphere, and prints the volume of the sphere.

Call your print_volume function three times with different values for radius.

Include all of the following in your Learning Journal:

a) The code for your print_volume function.
b) The inputs and outputs to three calls of your print_volume.

Part II

Write your own function that illustrates a feature that you learned in this unit. The function must take at least one argument. The function should be your own creation, not copied from any other source. Do not copy a function from your textbook or the Internet.

Include all of the following in your Learning Journal:

a) The code for the function that you invented.
b) The inputs and outputs to three calls of your invented function.
c) A description of what feature(s) your function illustrates.

The response must include a reference list. One-inch margins, double-space, Using Times New Roman 12 pnt font and APA style of writing and citations.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Write your own function that illustrates a feature
Reference No:- TGS03154784

Expected delivery within 24 Hours