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