CSSE 120 — Introduction to Software Development

Homework 10

Reminder: for each class session and associated homework:

  1. Complete the assigned reading for the next session: Zelle, chapter 8.
  2. (22 points) In ANGEL, complete the Reading Quiz over the above reading.
  3. Solo Programming: The remaining exercises are to be done in the 10-Functions project that you checked out in class.
    1. (20 points: 5 for writeStuffToFile, 5 for readAndPrintMyself, and 10 for writeCosinesToFile)

      Complete the above functions in the filesPhile.py module.

      for writeCosinesToFile, the output must match the example output specified in HW9

      • Instructions are in the module.
      • Simply do the TODO's in the module, in the order listed (1, 2, 3, ...).
      • You can navigate to the TODO's easily if you do
           Window ~ Show View ~ Tasks
        

      Submit your Python source file by committing your changes to your SVN repository.