1.

Write a program to calculate and print the circumference and area of circle in Python computer​

Answer»

●First, take the radius as an input from the USER. The radius is a FLOATING value. So, we are USING 'float(input())'. ...●Calculate the circumference. The value of Pi is taking from the 'math' module of python. 'math. ...Print the value of the circumference. The value is formatted up to two decimal PLACES using %.



Discussion

No Comment Found