Write a programme in phython to read radius of a circle and display it's perimeter
Answers
Answered by
0
Answer:
Phython code :
from math import pi
r = float(input ("Input the radius of the circle : "))
print ("The area of the circle with radius " + str(r) + " is: " + str(pi * r**2))
Hope it helps you
Thank you
Similar questions
Hindi,
2 months ago
Social Sciences,
2 months ago
Math,
5 months ago
English,
5 months ago
Math,
10 months ago
Math,
10 months ago
Social Sciences,
10 months ago