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


hello world

In [2]:
print("liupengyuan")


liupengyuan

In [3]:
print("123456")


123456