Skip to content

Instantly share code, notes, and snippets.

View datruth29's full-sized avatar

Adam Collado datruth29

View GitHub Profile
@datruth29
datruth29 / pset4.py
Created January 17, 2012 18:32
MIT OCW Problem Set 4
# Problem Set 4
# Name: Adam Collado
# Collaborators:
# Time:
#
# Problem 1
#
@datruth29
datruth29 / ps3d.py
Created August 2, 2011 14:24
Problem Set 3 from MIT OCW Intro to Programming
from string import *
# this is a code file that you can use as a template for submitting your
# solutions
# these are some example strings for use in testing your code
# target strings
#! /usr/bin/env python
# Problem Set 2b
# Name: Adam Collado
# Date: 7/27/2011
a = input("Enter a quantity for your 1st package: ")
b = input("Enter a quantity for your 2nd package: ")
c = input("Enter a quantity for your 3rd package: ")