0
0
Fork 0

zrobiono zadanie 1

This commit is contained in:
Michał Jaskuła 2018-06-02 16:34:50 +00:00
parent 8c082cfeb7
commit f0a92e0f68
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ która zawiera tylko elementy z list o parzystych indeksach.
"""
def even_elements(lista):
pass
return lista [::2]
def tests(f):
@ -22,4 +22,4 @@ def tests(f):
if __name__ == "__main__":
print(tests(even_elements))
print(tests(even_elements))