>>> print(a)
a

>>> print(b)
b

----------

(Document
  (Code 'python'
    '>>> print(a)'
    'a')
  (Code 'python'
    '>>> print(b)'
    'b'))
