def Objectif(): n=0 A=275000 while A<=1000000: n=n+1 A=1.04*A-1560 return n