1
0
forked from tdwojak/Python2017
This commit is contained in:
s45148 2017-11-19 14:58:57 +01:00
parent d5755b6965
commit 13cc2efaea

View File

@ -6,7 +6,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)]