1
0
forked from tdwojak/Python2017
This commit is contained in:
s45155 2017-11-19 14:54:13 +01:00
parent d5755b6965
commit dea7ff8de5

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)]