CSSE 120 — Introduction to Software Development

Homework 10

Reminder: for each class session and associated homework:

  1. On your own complete the programming problems:
    1. (20 points: 5 for writeStuffToFile, 5 for readAndPrintMyself, and 10 for writeCosinesToFile)

      Complete the above functions from 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.