Question: in python, This Python program calculates and displays the area of a pizza. Complete the Python program so that prompts the user to enter the
in python,
This Python program calculates and displays the area of a pizza.
Complete the Python program so that
prompts the user to enter the pizza diameter.
calculates the area of the pizza.
You should store the result in a variable named area
You must use the math module to get the value of pi
Note: Submit your code with the print("The area of the pizza is: " , area) statement. Do not change this line.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
