partie1_ex10_2.py

Created by cahier-indice-algo-1gen

Created on April 22, 2022

78 Bytes


def g(u, v):
    x = u + v
    y = x**2 + 3
    return y