This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
jack
/
cocorobolx
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
a0e4a29439
Branches
Tags
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t190.py
t190.py
98 B
Verlauf
Originalformat
1
2
3
4
5
6
def f():
for i in 1,2,3,4,5:
if i % 2 == 0: continue
yield i
print list(f())