Difficulty level: Basic
- String and List Practice, Find and Replace, Min and Max, First and Last, New List
- Create a program that prints multiples, sum list and average list
- Filter by Type: Write a program that, given some value, tests that value for its type.
- Type List: Write a program that takes a list and prints a message for each element in the list, based on that element's data type.
- Write a program that takes a list and prints a message for each element in the list, based on that element's data type.
- Find Characters Write a program that takes a list of strings and a string containing a single character, and prints a new list of all the strings containing that character.
- Assignment: Checkerboard Write a program that prints a 'checkerboard' pattern to the console.