运行 ❯
获取你自己的
Python
服务器
×
改变朝向
改变主题,暗/亮
前往 Spaces
x = float(20.5) #display x: print(x) #display the data type of x: print(type(x))
20.5
<类 'float'>