Home »
Python
Python Built-in Functions Reference
Last Updated : April 20, 2025
Python Built-in Functions
The following are the built-in functions in Python:
Python Built-in Functions Reference Exercise
Select the correct option to complete each statement about Python built-in functions.
- The ___ function is used to get the length of an object in Python.
- The ___ function is used to convert a string to lowercase in Python.
- The ___ function is used to get the absolute value of a number in Python.
- The ___ function is used to check if an object is callable (like a function) in Python.
Advertisement
Advertisement