5 lines
No EOL
62 B
Python
5 lines
No EOL
62 B
Python
def f(x,y):
|
|
x = x + y
|
|
y = x - y
|
|
x = x - y
|
|
return (x,y) |