docs

a slatepencil documentail site

View on GitHub

Below is a transcript of a session with the Python shell. Provide the type and value of the expressions being evaluated. If evaluating an expression would cause an error, select noneType and write error in the box.

  1. a = 3 a + 2.0 noneType int float boolean

  2. a = a + 1.0 a

  3. b

  4. a == 5.0 a

  5. b = 10 c = b > 9 c