Added Generator for 'Le Gant de la résurrection'.

This commit is contained in:
cedricbonhomme 2012-04-20 23:38:42 +02:00
parent 9c5250af01
commit 1332fd8340

View file

@ -35,6 +35,12 @@ def identity():
yield n
n += 1
def Dead_Man_Walking():
n = 0
while True:
yield n + 7
n += 2
def OEIS_A000217():
"""
http://oeis.org/A000217