notebook.community
Edit and run
In [8]: a = 4 print a
a = 4 print a
4
shift + <enter>
In [9]: print a
print a
In [ ]: