What are the various types of functions available in Python ?
Answers
Answered by
1
Here is your answer....,
Python type() If a single argument (object) is passed to type() built-in, it returns type of the given object. If three arguments (name, bases and dict) are passed, it returns a new type object. Different forms of type() in Python are: type(object) type(name, bases, dict).
I hope it will help you and mark me as a brain list answer plz.
Similar questions