forked from tdwojak/Python2017
Rozwiązanie
Signed-off-by: s45167 <krzysztof.spalinski@op.pl>
This commit is contained in:
parent
719668971b
commit
201c203866
@ -6,6 +6,7 @@ def suma(a, b):
|
|||||||
"""
|
"""
|
||||||
Napisz funkcję, która zwraca sumę elementów.
|
Napisz funkcję, która zwraca sumę elementów.
|
||||||
"""
|
"""
|
||||||
|
#moje rozwiązanie
|
||||||
return a+b
|
return a+b
|
||||||
|
|
||||||
def tests(f):
|
def tests(f):
|
||||||
|
Loading…
Reference in New Issue
Block a user