Comp 151 Project 1

A simple introductory project

Summary:

This introductory project will get you used to writing programs on your own. We do a similar project in class, so most of what you are doing here is making sure you have the tools installed and that you can use them on your own. (and make sure you can make some changes to an existing program so that you really understand it)

Due:

 Wednesday Jan 30th at 11:59pm. Sun Feb 3rd at 11:59pm

Description:

You will write a python program which calls a function which will do the following things:

  1. Ask the user for their favorite website.
  2. Open that site in the default web browser.

At this early stage assume that the user will enter the data correctly (see below for directions on the comments)

Additional  requirements:

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

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

yourFirstInitialLastNameLab1.py

(so mine would be JSantoreLab1.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.