Assignment 2

CSCI 1360: Foundations for Informatics and Analytics

Important Dates

  • Released: 2016-09-01 at 12am EDT
  • Deadline: 2016-09-08 at 11:59:59pm EDT

Grading Breakdown

  • Q1: 10pts
  • Q2: 15pts
  • Q3: 15pts
  • Q4: 15pts
  • Q5: 15pts
  • Q6: 15pts
  • Q7: 15pts

Total: 100pts

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.