--> Python ∼ Suites 03 u = 55 n = 0 while u > 5: n = n+1 u = 1.07*u-4 print(n)