Feat(NSI): V1 du devoir
This commit is contained in:
5
1NSI/Evaluations/DS_2023-01-09/annexes/QCM_f.py
Normal file
5
1NSI/Evaluations/DS_2023-01-09/annexes/QCM_f.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def f(x, y):
|
||||
x = x + y
|
||||
y = x - y
|
||||
x = x - y
|
||||
return (x, y)
|
||||
Reference in New Issue
Block a user