Unit 1 Pre-Lab Check¶
Unit 1 Learning Targets¶
This is the end of Unit 1! You are free to move onto the Unit 1 Labs, but before you do, please review the learning targets for Unit 1 and make sure you are comfortable with them.
- I can describe the ways in which Python can represent data
- I can write mathematical expressions in Python.
- I can use string concatenaiton to combine strings.
- I can predict the result of operations on strings.
- I can predict the behavior of two different datatypes that are operated upon.
- I can convert datatypes from one type to another.
- I can use variables to store Python data.
- I can reference a variable in its own reassignment statement.
- I can write a program to get user input.