ch11_ex33_prof.py

Created by manuel-2de-indice2019

Created on October 14, 2019

182 Bytes


from random import*

def chocolats():
    c=random()
    if c<0.45:
        return 1 # pour un chocolat noir
    else:
        return 0 # pour un chocolat blanc