1
0
forked from tdwojak/Python2017
This commit is contained in:
Przemysław Kaczmarek 2017-11-28 19:47:40 +01:00
parent 4e8b83e4f2
commit ccd03ece50

View File

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