Assignment id:
project1
Required Files:
helloWorld.py,
rubric-helloWorld.txt
Due Date
See the
calendar for due date.
Objectives:
- Practice using the print() function
Description:
Write a python script (with comments) that prints out the following:
- Hello world! on the first line
- Your name on the second line
- A nickname enclosed in quotes on the third line
- 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