ConvertQCM/C1/vs/q51_54.py
2025-08-26 18:38:28 +02:00

7 lines
No EOL
76 B
Python

def f(x):
y = 2*x + 1
return y
def calcul(x):
y = x - 1
return f(y)