Assignment 2

CSCI 1360E: Foundations for Informatics and Analytics

Important Dates

  • Released: 2017-06-15 at 12am EDT
  • Deadline: 2017-06-19 at 11:59:59pm EDT

Grading Breakdown

  • Q1: 40pts
  • Q2: 30pts
  • Q3: 30pts

Total: 100pts

  • BONUS, Part A: 20pts
  • BONUS, Part B: 20pts

Overview

This assignment will familiarize you with the built-in Python data structures, looping, conditionals, and exceptions.

Remember in your code to delete (or comment out) any lines that say raise NotImplementedError() and replace it with your own code.