Python ∼ Suites 02

Code Python :

u = 55 n = int(raw_input("Rang du terme à déterminer ?")) for i in range(1,n+1): u = 1.07*u-4 print(u)