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


Out[7]:
7

In [8]:
print("This is a test of python")


This is a test of python

In [ ]: