---------------------------------------------------------------------------
error Traceback (most recent call last)
<ipython-input-2-7c97ad6ade8e> in <module>()
1 import re
----> 2 p = re.compile(r'\"(.?*)\"')
3
/usr/lib/python2.7/re.pyc in compile(pattern, flags)
188 def compile(pattern, flags=0):
189 "Compile a regular expression pattern, returning a pattern object."
--> 190 return _compile(pattern, flags)
191
192 def purge():
/usr/lib/python2.7/re.pyc in _compile(*key)
242 p = sre_compile.compile(pattern, flags)
243 except error, v:
--> 244 raise error, v # invalid expression
245 if not bypass_cache:
246 if len(_cache) >= _MAXCACHE:
error: multiple repeat