Question: Write the Python program circle.py that asks to input radius and writes the circumference (=2**radius) and the area (=*radius**2) The program should show: Enter the
Write the Python program circle.py that asks to input radius and writes the circumference (=2**radius) and the area (=*radius**2)
The program should show:
Enter the circle circle: 2.0 The circle circle is: 12.566370614359172 The area of the circle is: 12.566370614359172
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
