Assignment 3

CSCI 1360: Foundations for Informatics and Analytics

Important Dates

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

Grading Breakdown

  • Q1: 20pts
  • Q2: 20pts
  • Q3: 20pts
  • Q4: 20pts
  • Q5: 20pts

Total: 100pts

  • BONUS: 20pts

Overview

This assignment will go over loops, conditionals, and basics of functions in Python.

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