Juniper
JN0-222 · Question #2
What is the outcome of the Python a = b operator?
The correct answer is B. The variables are compared to determine if they have the same value. See the full explanation below for the reasoning.
Question
What is the outcome of the Python a = b operator?
Options
- AThe variables will be added together
- BThe variables are compared to determine if they have the same value.
- CThe variable are compared to determine if they have different data types.
- DThe variables will be subtracted from each other.
How the community answered
(35 responses)- A3% (1)
- B77% (27)
- C6% (2)
- D14% (5)
Community Discussion
No community discussion yet for this question.