有没有人可以告诉我Python怎么写

img

x = input('请输入一个三位数: ')
print(x[0], x[1], x[2])