Simple Python Data

  1. Students will be able to create literal values of type integer, float, and string.
  2. Students will know what a variable is and what it is used for.
  3. Students will know how to find the type of a variable.
  4. Students will be able to use type conversion functions appropriately.
  5. Students will understand how to assign a value to a variable.
  6. Students will understand the rules for legal variables names.
  7. Students will be able to use the +, -, *, /, and ** operators.
  8. Students will understand the difference between true division and integer division.
  9. Students will be able to distinguish between a statement and an expression.
  10. Students will know the order of operations.
  11. Students will understand the details of variable assignment and reassignment.
  12. Students will be able to increment and decrement the value of a variable.