Computer Science, asked by mahakkhilwani, 2 months ago

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

Answers

Answered by sakshi746454
4

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 %.

Answered by faizumer08
1

the answer is that we will take circumference is 3.5 will we take as ex python computer

Similar questions