Skip to content

Instantly share code, notes, and snippets.

@databyjp
Last active August 26, 2020 11:26
Show Gist options
  • Select an option

  • Save databyjp/0a1c5032070b407b1f3476c04a7bc520 to your computer and use it in GitHub Desktop.

Select an option

Save databyjp/0a1c5032070b407b1f3476c04a7bc520 to your computer and use it in GitHub Desktop.
>>> 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