write a program to calculate and print the circumference and area of circle in Python computer
Answers
Answered by
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
1
the answer is that we will take circumference is 3.5 will we take as ex python computer
Similar questions
Math,
1 month ago
Computer Science,
1 month ago
Social Sciences,
1 month ago
Science,
2 months ago
Physics,
2 months ago
Chemistry,
9 months ago
English,
9 months ago
Math,
9 months ago