Computer Science, asked by parakharushi2009, 17 days ago

write the use of type()



(for class7-8)

Answers

Answered by arnavilovemyfamily99
1

Answer:

type() method returns class type of the argument(object) passed as parameter. type() function is mostly used for debugging purposes. ... If single argument type(obj) is passed, it returns the type of given object. If three arguments type(name, bases, dict) is passed, it returns a new type object.

Hope it will help you

please mark as the BRAINLIEST

Similar questions