Python Programming Basics Practice Test: Python Built-in Functions — Flashcards | Python | FatSkills

Python Programming Basics Practice Test: Python Built-in Functions — Flashcards

Fast review mode: answers are shown by default so you can skim quickly. Hide them if you want to self-test.

Here are some of the most commonly used built-in functions in Python:
abs():
- Returns the absolute value of a number.
chr(): - Returns the character that corresponds to the given Unicode code point.
enumerate(): - Returns an enumerate object that yields a tuple containing a counter and the value of the iterable.
float(): - Converts a number or string to a floating-point number.
len(): - Returns the length of an object.
list(): - Creates a list object.
ord(): - Returns the Unicode code point of a character.
print(): - Prints the given object to the console.
range(): - Returns a sequence of numbers.
str(): - Converts a number or object to a string.

1 of 23 Ready
Which of the following functions is a built-in function in python?
print()
Shortcuts
Prev Space Show / hide Next
Turn this into a study set.
Sign in with Google to save tricky questions to your reminder list and resume on any device.
Sign in with Google Free • no extra password