题解 | #冲击offer的牛牛#
冲击offer的牛牛
https://www.nowcoder.com/practice/c07de1d3c2aa42d0916a1510e529af3e
grade = 88.9 print(type(grade)) print(int(grade)) //type()显示变量的数据类型 //int()将变量的浮点类型转换成整数类型
冲击offer的牛牛
https://www.nowcoder.com/practice/c07de1d3c2aa42d0916a1510e529af3e
grade = 88.9 print(type(grade)) print(int(grade)) //type()显示变量的数据类型 //int()将变量的浮点类型转换成整数类型
相关推荐

