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


hello world

In [2]:
print('你好')


你好

In [3]:
print(123)


123

In [ ]: