标签: python
小问题:int,float,bool,list,str等等在python中的实际类?例如,如果我们编写x = 5,我们会创建一个类int的实例,并将此实例分配给变量x。我是对的吗?
int
float
bool
list
str
x = 5
x