>>> x = 1
>>> x
1

Now let's start a new test:

.. clear-namespace

>>> x
Traceback (most recent call last):
...
NameError: name 'x' is not defined
