Question: Write Python code to estimate the area of a circle with a circumference 100 and print this area. Your code should print the area of
Write Python code to estimate the area of a circle with a circumference 100 and print this area. Your code should print the area of this circle on a line by itself and nothing else. You can find the area of a circle of radius r using the formula A = r2 , and you can find the circumference of a circle with radius r using the formula C = 2r. You should use a value of = 3.1416 in your code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
