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


hello world

In [2]:
print('liupengyuan')


liupengyuan

In [3]:
print(23333)


23333