seconde_54_2_p329.py

Created by bhenry1

Created on January 06, 2020

181 Bytes


import random

effectif = 0
for i in range(200) :
  if random.random() <= 0.35 :
    effectif = effectif + 1
print(effectif, "hommes souffrent d'obésité")