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


hello world

In [2]:
print("herllo")


herllo

In [ ]: