Classes – Python Built-in Class Examples

We have already used classes and objects in many programs.  Examples are the lists, strings, and  tuples we used in  previous programs.  Lists, tuples and strings are classes.  In this post, we introduce several other examples of Python built-in classes.