You are on page 1of 1

import math def area(radius): area= math.

pi*(radius**2) return area x=area(7) print x

You might also like