Last active
August 26, 2020 11:26
-
-
Save databyjp/0a1c5032070b407b1f3476c04a7bc520 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>> team_elms | |
| <tr class="team"> | |
| <td class="name"> | |
| Boston Bruins | |
| </td> | |
| <td class="year"> | |
| 1990 | |
| </td> | |
| <td class="wins"> | |
| 44 | |
| </td> | |
| <td class="losses"> | |
| 24 | |
| </td> | |
| <td class="ot-losses"> | |
| </td> | |
| <td class="pct text-success"> | |
| 0.55 | |
| </td> | |
| <td class="gf"> | |
| 299 | |
| </td> | |
| <td class="ga"> | |
| 264 | |
| </td> | |
| <td class="diff text-success"> | |
| 35 | |
| </td> | |
| </tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment