Project 1: Hello World

  Next >

Assignment id: project1
Required Files: helloWorld.py, rubric-helloWorld.txt

Due Date

See the calendar for due date.

Objectives:

Description:

Write a python script (with comments) that prints out the following:
  1. Hello world! on the first line
  2. Your name on the second line
  3. A nickname enclosed in quotes on the third line
  4. Something amazing about you, starting on the fourth line

Examples

For example, the following is an example of correct execution:
Hello, world!
My name is Hyrum Carroll.
You can call me "Dr".
I encouraged my friend to re-finance his home mortgage, saving him and his family over $100,000!

Submission

Submit your python script using the handin program. For handin, for this lab, type the following in a terminal window exactly as it appears:
handin  project1  helloWorld.py  rubric-helloWorld.txt
To verify your submission, type the following in a terminal window:
handin  project1

Rubric:

Points       Item
----------   --------------------------------------------------------------
_____ /  5   Meaniful comments
_____ / 10   Line 1
_____ /  5   Line 2
_____ /  5   Line 3
_____ /  5   Line 4
_____ /  2   Completed rubric (estimates for each line including hours spent)

_____ / 32   Total


_____  Approximate number of hours spent