1
0
Fork 0
This commit is contained in:
s45148 2017-11-19 15:00:36 +01:00
parent 13cc2efaea
commit 3bb477ce31
1 changed files with 1 additions and 1 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):