UNB/ CS/ David Bremner/ teaching/ cs2613/ labs/ Lab 15 / Quiz 2

Before the Lab


Questions

Time
10 minutes
Activity
Discussion

Getting Started

Files

Time
35 minutes
Activity
Individual programming, synthesis
def test_sum():
    from pytest import approx
    assert sum==approx(44671.15,abs=.01)

JavaScript Quiz

The second half of the lab will be a quiz on JavaScript

Before next lab

Read