This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
jack
/
cocorobolx
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
64b58f30a5
Branchit
Tagit
master
cocorobolx
/
skulpt
/
test
/
run
/
t191.py
t191.py
91 B
Historia
Raaka
1
2
3
4
5
def f():
for i in 1,2,3,4,5:
if i == 3: break
yield i
print list(f())