We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7077513 + 235b9dd commit 7a4c40dCopy full SHA for 7a4c40d
template/test_addition.py
@@ -7,3 +7,4 @@ def test_add():
7
assert add(1, 1) == 2
8
assert add(0, 0) == 0
9
assert add(1, -1) == 0
10
+ assert add(3, 4) == 7
0 commit comments