Regular Expressions Python Tutorial

import re
print re.escape('www.python.org')
print re.escape('But where is the ambiguity?')