- Assignment 1. Due Monday 07/16/2012, 11:55pm.
- Assignment 2. Due Monday 07/23/2012, 11:55pm.
- Assignment 3. Due Wednesday 07/25/2012, 11:55pm.
- Update 1: 7/25/2012, 9:42am. Added requirement to save code for each task at a file called taskxxx.py.
- Assignment 4. Due Monday 07/30/2012, 11:55pm.
- Initial posting: 07/24/2012, 7:07am.
- Update 1: 07/24/2012, 4:14pm. Changed one line of code in task 3, from return 'none' to return None. Also added colons at the end of the def lines in task 3.
- Update 2: 07/27/2012, 7:24am. Specified, in tasks 4 and 6, that the functions should be saved in files called respectively task4_functions.py and task6_functions.py, and code testing the functions should be saved in files task4_main.py and task6_main.py. Also, corrected the description of task 6 to specify that the function should be called "check_float".
- Update 3: 07/29/2012, 6:54am. Corrected the description in Task 4, to specify that
randint(n, m)
returns a random integer between n
and m
, where both n
and m
are included as possible return values.
- Assignment 5. Due Wednesday 08/01/2012, 11:55pm.
- Initial posting: 07/25/2012, 10:06am.
- Update 1: 07/25/2012, 3:03pm. Fixed indentation problem on code of task1, and further clarified that solutions for tasks 3, 4, and 5 are not allowed to use any pre-defined string methods.
- Update 2: 07/27/2012, 7:28am. Corrected line 12 in Task 2, to call function1(val) instead of function(val) in the incorrect version.
- Assignment 6. Due Monday 08/06/2012, 11:55pm.
- Initial posting: 07/31/2012, 9:53am.
- Update 1: 08/01/2012, 6:59am. Revised and clarified the descriptions of all tasks.
- Update 2: 08/04/2012, 11:30am. Changed the filenames where code should be stored for Tasks 2 and 3, to replace minus signs with underscores.
- Assignment 7. Due Friday 08/10/2012, 11:55pm.
- Initial posting: 08/04/2012, 12:07pm.
- Assignment 8. Due Friday 08/10/2012, 11:55pm.
- Initial posting: 08/04/2012, 12:07pm.