def bactéries(): population = 7 heure = 0 while population < 1000: heure = heure + 1 population = ... return heure print(bactéries())