ch01_ex91_prof.py

Created by manuel-2de-indice2019

Created on October 11, 2019

118 Bytes


def pop(a):
    P=1600
    N=2018
    while P>=a:
        P=0.9*P+100
        N=N+1
    return N