What are the types of functions in python?



What are the types of functions in python?..

Answer / Narottam Vashist

Python has two main types of functions: built-in functions (like print, len, and range) and user-defined functions. User-defined functions can be further divided into regular functions, lambda functions, and generator functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How does Python handle the memory management?

1 Answers  


Explain how can you access a module written in python from c?

1 Answers  


How to change a string in list ?

1 Answers  


How can you prevent dogpile effect?

1 Answers  


Explain split() and join() function.

1 Answers  


How can you get the google cache age of any url or web page?

1 Answers  


Where is python best used?

1 Answers  


How do I share global variables across modules?

1 Answers  


How do you add in python?

1 Answers  


How to write a functioning volume for python?

1 Answers  


What is hashmap in python?

1 Answers  


Is python is easy?

1 Answers  


Categories