~gasp-lessons-team/gasp-lessons/gasp-lessons

« back to all changes in this revision

Viewing changes to gasp_course/source/E-errors.rst

  • Committer: Jeffrey Elkner
  • Date: 2019-02-15 18:14:56 UTC
  • Revision ID: jeff@elkner.net-20190215181456-z79ghp04i0nniged
Convert Sheets 1 & 2 to Python3

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
------------
7
7
 
8
8
When something goes wrong, Python responds by giving you a rude
9
 
message that might look something like this:
 
9
message that might look something like this::
10
10
 
11
 
.. sourcecode:: python
12
 
    
13
11
    Traceback (innermost last):
14
12
      File "<stdin>", line 1, in ?
15
13
      File "<stdin>", line 1, in f