python实现从生成器中取固定角标的元素
摘要:```python #!/usr/bin/env python3 # -*- coding: utf-8 -*- class A: def __init__(self): def r(): i = 1 while True: if i % 2 == 1: ...
阅读全文
posted @ 2016-11-28 17:05
posted @ 2016-11-28 17:05
posted @ 2016-11-28 15:36
posted @ 2016-11-21 21:54