A title


In [1]:
print 'hiya!'


hiya!

In [3]:
print 'NO REALLY JERKFACE'


NO REALLY JERKFACE

Here is some text, followed by some code, and its executed output.


In [4]:
from __future__ import braces


  File "<ipython-input-4-2aebb3fc8ecf>", line 1
    from __future__ import braces
SyntaxError: not a chance

How's that?