Question-36: Please map the following
- Built-in function
- Module functions
- Custom function
Answer:
- Built-in function: It does not require any module import
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Exp:
Built-in function
- Function provided by programming language itself is called function for example “print” function.
- It does not require any module import. In Python 3.9 there are 69 built in functions.
Module functions
- Function can come from some additional component that is called Modules.
-
You can access to full explanation to question and answer from this page.