In [8]:
a = 4
print a


4

cells share scope

shift + <enter> to go to next cell


In [9]:
print a


4

In [ ]: