forked from tdwojak/Python2018
Merge branch 'master' of https://git.wmi.amu.edu.pl/tdwojak/Python2018
This commit is contained in:
commit
90d279222c
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user