Skip to content

Instantly share code, notes, and snippets.

View scampbel's full-sized avatar

Stuart Campbell scampbel

  • Stony Brook University
View GitHub Profile
@scampbel
scampbel / ocw_zellers.py
Last active December 19, 2015 03:18
Answers and code trials and errors for the Gentle Introduction to Python 6.189 MIT Open Courseware moderated by the Mechanical MOOC, June, 2013
# File: ocw_zellers.py
# Section: OCW #Seq17Jun13
# Name: S.Campbell
# Version: Python 3.3.2
##
## exercise OPT.1 from: http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/assignments/MIT6_189IAP11_hw1.pdf
####
##fn=input('Enter your first name: ')
##ln=input('Enter your last name: ')
print ('Enter a date:')