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

5 lines
No EOL
62 B
Python

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