## type() //查看数据类型
##
## int(x) 将X转换为一个整数
##
## float(x) 将X转换为一个浮点类型
##
## str(x) 将对象X转换为字符串

