This is the beginning of the hard math analysis

In [1]:
a = 5
In [2]:
b = a + 1

Let's mix some variables!

In [3]:
a + b
Out[3]:
11