Uncover your misconceptions by answering conceptual questions
Conceptual Self-Check
Language:
Python
Concepts: Assignment Answer 3 Concept Questions
In Python:
= compares two values
= compares two values
I am not sure what's right.
In Python:
= assigns a value to a variable
= assigns a value to a variable
In Python:
Assignment copies the object
Assignment copies the object
I am not sure what's right.
In Python:
Assignment copies the reference to the object
Assignment copies the reference to the object
In Python:
= stores an expression: it stores a reference to the expression in a variable
= stores an expression: it stores a reference to the expression in a variable
I am not sure what's right.
In Python:
= evaluates an expression and stores a reference to its value in a variable
= evaluates an expression and stores a reference to its value in a variable