Python中的几种数据类型一般来说,Python中的数据类型分为以下几类:Number(数字)包括int、long、float,complexString(字符串)如:hello、hello,hel...