diff --git a/advanced-iterators.html b/advanced-iterators.html index 2476728..ae0f557 100644 --- a/advanced-iterators.html +++ b/advanced-iterators.html @@ -12,12 +12,14 @@ body{counter-reset:h1 6}

You are here: Home Dive Into Python 3

Advanced Iterators

-

Life is playfulness. We need to play so that we can rediscover the magical around us.
— Flora Colao +

Great fleas have little fleas upon their backs to bite ’em,
And little fleas have lesser fleas, and so ad infinitum.
— Augustus De Morgan

 

Diving In

FIXME +

original recipe by Raymond Hettinger, ported to Python 3 and used as the basis for this chapter with his permission. +

[download alphametics.py]

import re
 import itertools