1
0
forked from tdwojak/Python2017
This commit is contained in:
s45158 2017-11-19 14:53:08 +01:00
parent d5755b6965
commit b752749511

View File

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