1
0
Fork 0

update test task

This commit is contained in:
Tomasz Dwojak 2017-11-19 11:34:44 +01:00
parent 535dabadea
commit d5755b6965
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
@ -6,7 +6,7 @@ def suma(a, b):
"""
Napisz funkcję, która zwraca sumę elementów.
"""
return a + b
pass
def tests(f):
inputs = [(2, 3), (0, 0), (1, 1)]