Copy to ClipboardRawPreviewfrom math import pi r=float(input("Enter radius of circle :")) area=pi*r*r print("The area of circle is",end=" ") print(area) Area of circle using Python00CrypticSai-080 CommentsAdd CommentLog in to add a comment