notebook.community
Edit and run
In [7]: a=2 b=5 a+b
a=2 b=5 a+b
Out[7]: 7
7
In [8]: print("This is a test of python")
print("This is a test of python")
This is a test of python
In [ ]: