longueur = float(input("longueur : ")) largeur = float(input("largeur : ")) aire = longueur * largeur print ("aire = ", aire)