# Python ## Lesson Objectives 1. Create a variable and assign it a value 1. Explain the different data types 1. Perform calculations with variables 1. Use string operations 1. Create a list 1. Access an element of a list 1. Perform a set of commands depending on a situation 1. Repeatedly perform a set of commands ## Create a variable and assign it a value ## Explain the different data types ## Perform calculations with variables ## Use string operations ## Create a list ## Access an element of a list ## Perform a set of commands depending on a situation ## Repeatedly perform a set of commands