partie1_ex18.py

Created by cahier-indice-algo-1techno

Created on April 22, 2022

126 Bytes


from random import randint

def lancer():
    d1 = randint(1, 4)
    d2 = randint(1, 4)
    return d1 + d2