from math import * def moyarith(a,b): return (a+b)/2 def moygeom(a,b): return sqrt(a*b)