Thursday , September 19 2024

A built-in function is a function which:

Questions BankCategory: Python Essentials 1A built-in function is a function which:
A built-in function is a function which:

  • has to be imported before use
  • has been placed within your code by another programmer
  • comes with Python, and is an integral part of Python
  • is hidden from programmers

Explanation: Built-in functions are integrated in Python. Once Python is installed, they are available and can be used.

More Questions: Python Essentials 1 – Module 4 Test