Lab 9 (Friday p.m.): 

Lab will use Idle and individual. Feel free to help each other, though.

Your lab will be based on problem 13 in Chapter 10. 

Part 1:

1. Load a list of length 10 with random integers between 0 and 10.

2. Apply each of the functions listed in problem 13 and check the results.

3. Write 5 new functions that, instead of using the built in methods, accomplish the same tasks using for loops and processing the list elements. Test your new functions in the same way as in part 2.

4. Submit your solution to moodle, in a single .py file.


Last modified: Friday, October 4, 2019, 2:25 PM