📜  生成器表达式 python 代码示例

📅  最后修改于: 2022-03-11 14:45:12.145000             🧑  作者: Mango

代码示例5
>>> for x in even_squares:
...     print(x)
0
4
16
36
64