In [2]:
print("hello world")
In [3]:
print("I love BLCU")
In [5]:
print("Python is interesting")
In [6]:
print(100*5)