想要查看一个数值类型,可以直接调用type()函数。 例如:
>>> type(3.5) >>> <class 'float'>
本文标题:查看Python中的数值类型
本文链接:https://www.haomeiwen.com/subject/xydwcftx.html
网友评论