This website requires JavaScript.
Explore
Help
Sign In
lafrite
/
2022-2023
Watch
1
Star
0
Fork
You've already forked 2022-2023
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9eacec4db2
2022-2023
/
1NSI
/
Evaluations
/
DS_2023-01-09
/
annexes
/
QCM_f.py
6 lines
73 B
Python
Raw
Blame
History
def
f
(
x
,
y
)
:
x
=
x
+
y
y
=
x
-
y
x
=
x
-
y
return
(
x
,
y
)
Reference in New Issue
View Git Blame
Copy Permalink