ipython/ipynb

can not import functions that have doc string in them

AEDWIP opened this issue · 0 comments

  1. You can not import functions that have doc strings in them.

Here is the error msg

File "", line 13
"""uses Gauss's method for summing integers
http://wmueller.com/precalculus/advanced/hint4_3_6.html"""
^
IndentationError: unexpected indent