This commit is contained in:
2025-12-07 15:31:02 +01:00
parent 6574eebb49
commit 93e92dab0a
2 changed files with 42 additions and 0 deletions

7
example_add.py Normal file
View File

@@ -0,0 +1,7 @@
import example
print("Checking add ...")
assert(example.add(42, 69) == 111)
print("Done !")