This is the beginning of the hard math analysis

In [4]:
a = 6
In [2]:
b = a + 1

Let's mix some variables!

In [5]:
a + b
Out[5]:
12