def Plis(hauteur): n=0 Ep=0.2 while Ep<=hauteur: n=n+1 Ep=Ep*2 return n