seconde_56_2_p329.py

Created by bhenry1

Created on January 06, 2020

172 Bytes


import random

def csc() :
  effectif = 0
  for i in range(991) :
    if random.random() <= 0.03 :
      effectif = effectif + 1
  return(effectif)