Built-in Functions and Modules

Learn about some basic modules and built-in functions.

We'll cover the following

Built-in functions

Python has many built-in functions that are always available in any part of the program. The print() function that we use to send output to the screen is a built-in function.

Help for any built-in function is available using help(function).

Built-in functions that are commonly used with numbers are:

Get hands-on with 1200+ tech skills courses.