SNT5_Ex2.1     
def fnc( x ):
y = x**2
y = y*4
y = y-1
return y
>>>
.

Utiliser une fonction

xy
____