CBSE Class 12 Computer Science Question 97 of 101

Functions — Question 9

Back to all questions
9
Question

Question 9

Built-in functions are created by users and are not a part of the Python library.

Answer

False

Reason — Built-in functions in Python are pre-defined functions that are part of the Python programming language itself. These functions are included in the Python standard library and are available for use without users needing to create them. Users can also create their own functions, which are called user-defined functions.