If you have not already done so, please complete the on-line course evaluation for your classes by visiting my.wsu.edu.
Homework 1
CptS 355 - Programming Language Design Washington State University |
|
OverviewDue Date: Friday, Sept. 18 by 11:59PMIn this homework you will explore use of some of the features of Python. Turning in your assignmentNote the following directions carefully. Points will be deducted for incorrectly named files and functions.Put your answers in a file named hwk1.txt, hwk1.doc, or hwk1.pdf having the appropriate type of content -- plain text, MS Word document, or Adobe PDF. Turn in the file at the turn-in page. You may turn in your assignment as many times as you like. Only the last one submitted before the deadline will be graded. The work you turn in is to be your own personal work. You may not work together with another student, copy code from the web, or anything else that lets you avoid solving the problems for yourself. If you are stuck contact the TA or me, not other students. GradingThe assignment will be marked for correct answers and appropriate use of Python language features.ProblemsIn the following problems first try to figure out the answer, then use the documentation to figure out the answer, and only then use the Python interpreter to confirm that you have a correct answer.
|
|