Computer Science, asked by MeghnaaSarkar2059, 1 year ago

What are the various types of functions available in Python ?

Answers

Answered by ansari8097
1

Assalamualaikum

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