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