File size: 366 Bytes
e56332c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<table border="1" class="dataframe">
  <thead>
    <tr style="text-align: right;">
      <th>Number of bracelets</th>
      <th>Number of purple beads</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td>5</td>
    </tr>
    <tr>
      <td>2</td>
      <td>10</td>
    </tr>
    <tr>
      <td>3</td>
      <td>?</td>
    </tr>
  </tbody>
</table>