partie1_ex22.py

Created by cahier-algo-2de-indice2019

Created on November 27, 2018

63 Bytes


def boite(a,b,c):
    d=a*b*c
    return(d)