mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-14 17:58:32 +02:00
Added Generator for 'Le Gant de la résurrection'.
This commit is contained in:
parent
9c5250af01
commit
1332fd8340
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ def identity():
|
||||||
yield n
|
yield n
|
||||||
n += 1
|
n += 1
|
||||||
|
|
||||||
|
def Dead_Man_Walking():
|
||||||
|
n = 0
|
||||||
|
while True:
|
||||||
|
yield n + 7
|
||||||
|
n += 2
|
||||||
|
|
||||||
def OEIS_A000217():
|
def OEIS_A000217():
|
||||||
"""
|
"""
|
||||||
http://oeis.org/A000217
|
http://oeis.org/A000217
|
||||||
|
|
Loading…
Add table
Reference in a new issue