Akhil Narayanan Nair home

Python - Function Type

================

print(type(32))

print(type(“32”))

print(type(“String”))

print(type(32.5))

print(type(True))