Program to display menu for area/perimeter of circle by python

preview_player
Показать описание
Python to display a menu for calculating area of circle or perimeter of circle.
Python program to calculate the area of circle and perimeter of circle.

Area =3.14159*radius*radius
Perimeter=2*3.14159*radius
Рекомендации по теме