---
## Lesson Objectives
- Apply what you’ve learned in Unit 1 to create a working Python program.
- Wrap up Unit 1.
- Q&A and transition.
---
## What Is a Lab?
At GA, we believe hands-on activities are the best way to learn.
Labs are opportunities for you to learn by doing, in the classroom and with the support of your peers and your instructional team.
Tips for a great lab experience:
- Failure _is_ an option.
- Ask three before you ask me.
- Reflect and be ready to debrief.
---
## You Do: Unit 1 Lab — Variables
A "You Do" is an exercise for you to try on your own!
In today’s lab, you will:
- Create the bones of a movie-rating app that we’ll be adding on to at the end of each unit.
- Print complex variables.
Open the file [Unit Lab 1 Directions](unit-lab-1-directions.md.html) to see the lab and its instructions. Follow the instructions there.
Try your best! Raise your hand if you really need help.
---
## Debrief: Unit 1 Lab — Variables
How did it go?
Let's go over it.
Make sure your code works — the Unit 2 lab builds off this one!
---
## Unit 1 Wrap-Up
What'd we do?
- Explored the concept of variables and differentiated between variable types.
- Created and reassigned numerical variables using common naming guidelines and numerical operators.
- Reassigned variables using variables and shorthand assignment operators.
- Created string variables, concatenate strings, and print complex structures.
Questions?