partie1_ex10_1.py

Created by cahier-indice-algo-1gen

Created on April 22, 2022

71 Bytes


def f(a):
    b = a + 2
    b = b**2
    return b