python2 多个输入

#coding=utf-8

x,y,z = eval(raw_input("请输入一个点的空间坐标"))  #输入时须要逗号分隔
print(x,y,z)