Simple Python Data
- Students will be able to create literal values of type integer, float, and string.
- Students will know what a variable is and what it is used for.
- Students will know how to find the type of a variable.
- Students will be able to use type conversion functions appropriately.
- Students will understand how to assign a value to a variable.
- Students will understand the rules for legal variables names.
- Students will be able to use the +, -, *, /, and ** operators.
- Students will understand the difference between true division and integer division.
- Students will be able to distinguish between a statement and an expression.
- Students will know the order of operations.
- Students will understand the details of variable assignment and reassignment.
- Students will be able to increment and decrement the value of a variable.