Respuesta :
>>> b=2.
>>> print type(b)
File "<stdin>", line 1
print type(b)
^
SyntaxError: invalid syntax
>>> print( type(b) )
<class 'float'>
>>>
>>> print type(b)
File "<stdin>", line 1
print type(b)
^
SyntaxError: invalid syntax
>>> print( type(b) )
<class 'float'>
>>>
im in school to be a computer engineer and this question is incoerct it can not be answered due to lack of information thanks!!!