1 type('This is a string')
Str

1 type(None)

NoneType

 

1 type(1)

int

 

1 type(1.0)

float

 

1 type(add_numbers)

function

 

 

 

 




posted on 2018-03-05 18:51  郑哲  阅读(111)  评论(0编辑  收藏  举报