ShareCopy to ClipboardRawPreview# take inputs r = int(input("enter the radius:") # calculate area of circle area = 3.14 * r * r # display result print('Area of circle = ',area) AreaCircle00technoreckBeginnerbasicMathsCalculating the area of a circle0 CommentsAdd CommentLog in to add a comment