1
0
forked from tdwojak/Python2017

commit tasks 1

This commit is contained in:
s45150 2017-11-19 15:01:30 +01:00
parent d5755b6965
commit 933e36a688

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):