Grader bot

Acme Engineering is a full service software agency.

Grader bot

# PRESENTING CODE

Teachers from a variety of fields of science can get the benefits ...

# PRESENTING CODE

Two versions: Humanoid or SW

<section>
  <h2>Tabular Tables</h2>
  <table>
    <thead>
      <tr>
        <th>Item</th>
        <th>Value</th>
        <th>Quantity</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Apples</td>
        <td>$1</td>
        <td>7</td>
      </tr>
      <tr>
        <td>Lemonade</td>
        <td>$2</td>
        <td>18</td>
      </tr>
      <tr>
        <td>Hand Sanitizer</td>
        <td>$999</td>
        <td>2</td>
      </tr>
    </tbody>
  </table>
</section>
# PRESENTING CODE

Have a taste of option 2 ...

# PRESENTING CODE

You can play with it here https://trinket.io/library/trinkets/create?lang=python3

Thanks for your attention

Code

By aflp

Code

  • 29