SNT5_Ex1.4     
def fnc4( x) :
b = 2*x
x = x**2
c = x - b + 2
return c
>>>
.

Utiliser une fonction

xbc
______