0
0
Fork 0

make the test task broken

This commit is contained in:
Tomasz Dwojak 2018-05-12 11:50:10 +02:00
parent 65680b3062
commit ceda1b5b38
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ def suma(a, b):
"""
Napisz funkcję, która zwraca sumę elementów.
"""
return a + b
return 0
def tests(f):
inputs = [(2, 3), (0, 0), (1, 1)]