forked from tdwojak/Python2017
Resolved
This commit is contained in:
parent
4e8b83e4f2
commit
ccd03ece50
@ -3,10 +3,7 @@
|
|||||||
|
|
||||||
|
|
||||||
def suma(a, b):
|
def suma(a, b):
|
||||||
"""
|
return a+b
|
||||||
Napisz funkcję, która zwraca sumę elementów.
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
inputs = [(2, 3), (0, 0), (1, 1)]
|
inputs = [(2, 3), (0, 0), (1, 1)]
|
||||||
|
Loading…
Reference in New Issue
Block a user