1
0
forked from tdwojak/Python2017

Moje rozwiąnie

Signed-off-by: s45167 <krzysztof.spalinski@op.pl>
This commit is contained in:
s45167 2017-11-19 15:01:59 +01:00
parent 201c203866
commit 39fbf2eb06

View File

@ -8,7 +8,7 @@ która zawiera tylko elementy z list o parzystych indeksach.
def even_elements(lista):
return lista[::2]
# moje rozwiązanie
def tests(f):