from math import pi def longueur(r): return pi*2*r def aire(r): return pi*r**2