Need help with Python - program4_1.py Write a program that uses a for loop and the range function to generate a table of areas and circumferences of 10 circles with radii from 10 to 100 in increments...


Need help with Python - program4_1.py


Write a program that uses afor loop and the range functionto generate a table ofareas andcircumferences of10 circles with radii from10 to 100 in increments of 10. See Required Output below. The radii should displaycentered in a column10 characters wide with1 decimal place. The areas should becentered in a column14 characters widewith4 decimals and the circumferences should becentered in a column18 characters wide with3 decimals. For full points, includecentered column headings as shown.
Required Output


RADIUS<br>AREA<br>CIRCUMFERENCE<br>10.0<br>314.1600<br>62.832<br>1,256.6400<br>2,827.4400<br>5,026.5600<br>7,854.0000<br>11,309.7600<br>15,393.8400<br>20,106.2400<br>25,446.9600<br>31,416.0000<br>20.0<br>125.664<br>30.0<br>188.496<br>40.0<br>251.328<br>50.0<br>314.160<br>60.0<br>376.992<br>70.0<br>439.824<br>80.0<br>502.656<br>90.0<br>565.488<br>100.0<br>628.320<br>

Extracted text: RADIUS AREA CIRCUMFERENCE 10.0 314.1600 62.832 1,256.6400 2,827.4400 5,026.5600 7,854.0000 11,309.7600 15,393.8400 20,106.2400 25,446.9600 31,416.0000 20.0 125.664 30.0 188.496 40.0 251.328 50.0 314.160 60.0 376.992 70.0 439.824 80.0 502.656 90.0 565.488 100.0 628.320

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here