ipynb icon indicating copy to clipboard operation
ipynb copied to clipboard

can not import functions that have doc string in them

Open AEDWIP opened this issue 8 years ago • 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

AEDWIP avatar Apr 14 '17 22:04 AEDWIP