In this tutorial, you’ll write code to save and load the color that the user selects so that it persists between sessions of the application. By the end of this tutorial, you will be able to:
Call the appropriate start-up methods in the initialization sequence of the app
Store and organize data by applying data structures such as lists and dictionaries
Save user data in a the shutdown sequence of the app