partie4_ex82_2.py

Created by cahier-indice-algo-1gen

Created on April 22, 2022

83 Bytes


def prod_scalaire(U, V):
    return U[0] * V[0] + U[1] * V[1]