Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
yield from example
#python 3.5.2 def f(i): yield next(i) yield from f(i) it = iter([1, 5, 2]) print(list(f(it)))
run
|
edit
|
history
|
help
0
Prime Factors
Sum of two numbers
Q2
PyGen2
count(even/odd)fromlist.py
fibonacciseries
Game2
PyDescript
try1
Remove all Adjacent duplicates using a loop