This is a Python practice task to help you work with:
- Lists
- Tuples
- Sets
- Dictionaries
- Loops
ifstatements
You will complete the code by filling in the sections marked with # TODO.
You are given data about students:
- Names
- Ages
- Courses
- Grades
You will read and update this data using Python.
- Open the Python file.
- Read the starter data.
- Do not change the starter data.
- Complete each task in order.
- Run your code to check your output.
- Use only what you have learned so far.
- Do not use advanced Python features.
- There is more than one correct solution.
- Print values to see what is happening.
- Use
into check if something exists. - Take it one task at a time.
Your program should run without errors and complete all tasks.
Ask for help if you get stuck.