From 7ee62f7490926335256f85d6f583d38727b9e5b9 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Sun, 12 Apr 2009 17:43:25 -0400 Subject: [PATCH] better quotation for advanced-iterators --- advanced-iterators.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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