| 34 | | easier to follow, we'll use a consistent example throughout this document. |
|---|
| 35 | | Suppose you have a Python object representing the deal of cards in a hand of |
|---|
| 36 | | Bridge_. (Don't worry, you don't know how to play Bridge to follow this |
|---|
| 37 | | example. You only need to know that 52 cards are dealt out equally to four |
|---|
| 38 | | players, who are traditionally called *north*, *east*, *south* and *west*.) |
|---|
| 39 | | Our class looks something like this:: |
|---|
| | 34 | easier to follow, we'll use a consistent example throughout this document: |
|---|
| | 35 | wrapping a Python object representing the deal of cards in a hand of Bridge_. |
|---|
| | 36 | Don't worry, you don't have know how to play Bridge to follow this example. |
|---|
| | 37 | You only need to know that 52 cards are dealt out equally to four players, who |
|---|
| | 38 | are traditionally called *north*, *east*, *south* and *west*. Our class looks |
|---|
| | 39 | something like this:: |
|---|