In [4]:
print("hello")


hello

In [5]:
x = 10
print(x)


10

Section 1

Please take your time to understand us.


In [7]:
print(x)


10