2018-10-11 基本数据类型
2018-10-11 本文已影响0人
帅气的头箱
1.python中没有隐式类型转换。
2.查看数据类型有 type()方法。
类型转换方法:
int() 转换为数值整型
str() 转换为字符串
python是强类型、动态类型的语言

python运算符
幂运算符 **
整除运算 //
1.python中没有隐式类型转换。
2.查看数据类型有 type()方法。
int() 转换为数值整型
str() 转换为字符串
python是强类型、动态类型的语言
幂运算符 **
整除运算 //