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


hello world

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


I love BLCU

In [5]:
print("Python is interesting")


Python is interesting

In [6]:
print(100*5)


500