This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
jack
/
cocorobolx
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
a0e4a29439
Branche
Tagy
master
cocorobolx
/
skulpt
/
test
/
run
/
t187.py
t187.py
115 B
História
Raw
1
2
3
4
5
6
7
8
9
10
11
def gen():
i = 0
funky()
yield 1
i += 1
def funky():
print "cheese"
g = gen()
print g.next()