Assignment 1

CSCI 1360: Foundations for Informatics and Analytics

Important Dates

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

Grading Breakdown

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

Total: 100pts

Overview

This homework assignment is meant to reinforce the basics of Python that we've been going over in the last couple weeks: data types, data structures, and looping.

When you're coding and you see a line that starts with raise ..., you can either comment it out (use the pound sign "#") or delete it entirely. That is how the autograder identifies the parts you have not yet filled in.