c6ex109.py

Created by manuel-eleve-tle-techno-indice2020

Created on May 11, 2020

206 Bytes


from random import *

def simul():

    a=0

    if randint(1,6)==...:

        a=1

    else:

        if randint(1,6)==6:

            a=...

        else:

            a=...

    return(a)