ch11_capacite1_2.py

Created by manuel-2de-indice2019

Created on October 14, 2019

137 Bytes


from random import *

def exp2():
    d=uniform(0,1)
    if d<0.3:
        return(1)
    else :
        return(2)