In [2]:
print("hello world")


hello world

In [4]:
print("I love BLCU")


I love BLCU

In [6]:
print("Python is interesting.")


Python is interesting.

In [7]:
print(100*5)


500