ch01_ex71_prof.py

Created by manuel-2de-indice2019

Created on October 11, 2019

77 Bytes


def carreproduit(a,b,c):
    p=(a*b*c)**2
    return(p)