What does the statement `count = 3` do in Python?
Explanation
The statement makes the name `count` refer to the integer object with value 3. It does not declare that the name must always refer to integers, so the permanent-type interpretation is the closest misconception.