This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
jack
/
cocorobolx
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
cf7f0f0a2b
Ramos
Etiquetas
master
cocorobolx
/
skulpt
/
test
/
run
/
t181.py
t181.py
95 B
Histórico
Em bruto
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