Y
Hacker News
new
|
ask
|
show
|
jobs
by
jkoudys
844 days ago
No.
>>> x = (x for x in [1,2,3]) >>> x <generator object <genexpr> at 0x7bebccac10>
1 comments
jogjayr
844 days ago
TIL. Updated, thanks.
link