Python Built in Functions (Demonstration)

Introduction

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.

Project #1

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.

Links

Python Built in Functions

Python Interpreter Built-in Functions (Python Documentation)