AI Features

Exercise: Chaining Callbacks

Practice with some lab exercises.

We'll cover the following...

Exercise

You are given the following data:

SELECTION_DATA = {
    'Australia': ['Sydney', 'Melbourne'],
    'New Zealand': ['Auckland',
...