News

print("A python program to find the area of a circle.") #Enter the radius of the circle. r = int(input("Input the radius of circle in cm: ")) #Using the formula to ...