Unit 5 Pre-Lab Check

Unit 5 Learning Targets

This is the end of Unit 5! You are free to move onto the Unit 5 Labs, but before you do, please review the learning targets for Unit 5 and make sure you are comfortable with them.

  1. I can utilize python lists to hold various data.
  2. I can reference specific elements within a list.
  3. I can use a for loop to iterate over every element in a list.
  4. I can use a for-each loop to iterate over every element in a list.
  5. I can use python documentation to properly use list methods.
  6. I can understand the value representation of a list.
  7. I can duplicate a list.
  8. I can create a python function that will combine two lists.
  9. I can create a python function that will reverse a list.
  10. I can create a python function that will replace a given element in a list with another given element.
  11. I can create a python function that will remove all elements of a given value.
  12. I can convert a string to a list of characters.
  13. I can swap two elements within a list.
Next Section - Lab 5-1: Hangman