Comp 151 Project 0

A simple introduction to projects

Summary:

This introductory project will get you used to writing programs on your own. Project 0 will be part of your quiz grade rather than your project grades.

Due:

  Wednesday Sept 9th at 11:55pm.


Description:

You will write a python program which will do the following things:
    1. print out your name
    2. print out your major and minor (and tell me, the user, which is which)


Additional  requirements:

Your program cannot be more than 8 lines of code (comments don't count, nor do blank lines.)

To help me identify your work, make the name of your program file

yourFirstInitialLastNameLab0.py

(so mine would be JSantoreLab0.py)
And put the following at the beginning of the program as a comment:


Project Submission

Submit your project via blackboard. For this first project the python file by itself is all you need to submit.