This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
29175d9ac4
Rami (Branch)
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t181.py
t181.py
95 B
Cronologia
Originale
1
2
3
4
5
6
7
8
def f():
y = 0
while y == 0:
y += 1
yield y
for i in f():
print i