สถานะการส่งล่าสุด: -

SOS11: Circle

Circle

Write a program to compute area and circumference of the circle into 2 decimal-digit

hint: math.pi

Example Output

Enter Radius of circle: 2.7
Area of circle is 22.90 Units
Circumfurence of circle is 16.96 Units


import math