Challenge
No
Write a Python program to compute the circumference and area of a circle, from a radius input by the user. Make your I/O look like this:
- Radius? 2.3
- Circle
- ======
- Radius: 2.3
- Diameter: 4.6
- Cirumference 14.451313999999998
- Area 16.619011099999998
Match the format exactly.
Include comments showing the pieces of the IPO pattern.
Upload a zip of your project folder. The usual programming standards apply.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced