Steps for Completion
1. Open the main.py file in your editor.
2. On the first two lines, declare your constant, n (PI), and the radius of the circle with a value
of 3
3. Write the lines to run your calculations.
4. Display the results by using print statements.
5. Run the script by using the python3 main.py command.