The Python interpreter has a number of functions built into it that are always available.
Note: It is important to understand the basics methods, but having knowledge of the other methods is also important.
Create a (1) program that demonstrates all of the Python interpreter builtin functions.
No input from a user is required. Static demonstration strings can be used.
Python Interpreter Built-in Functions (Python Documentation)