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


hello world

In [2]:
print("I'm a boy ")


I'm a boy 

In [3]:
print('123456')


123456