You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.0 KiB

### ![](https://ga-dash.s3.amazonaws.com/production/assets/logo-9f88ae6c9c3871690e33280fcf557f33.png) Python Programming
<!---
This assignment was developed by Susi
Questions? Comments?
1. Log an issue to this repo to alert me of a problem.
2. Suggest an edit yourself by forking this repo, making edits, and submitting a pull request with your changes back to our master branch.
3. Hit me up on Slack @susiremondi
--->
# Unit 2 Lab: Control Flow
## Overview
Welcome to the second unit lab!
Right now, you have a variable to hold a movie title, a variable to hold a movie's rating, and a print statement to show the user.
Next, let's set up the functions and control flow to print out the values of our variables.
------------
## Deliverables
You're going to continue building this locally using solutions from the last lab as a rough starting point.
## Directions
Use the `starter.ipynb` file from the lab 2 directory to get started. Follow the prompts in the markdown cells and notify your IA if you have any questions - good luck!