2022-2023/1NSI/Evaluations/DS_2023-01-09/annexes/QCM_f.py

6 lines
73 B
Python

def f(x, y):
x = x + y
y = x - y
x = x - y
return (x, y)