Juniper
JN0-224 · Question #82
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. You've hit your limit · resets 4am (America/New_York)
Python
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
(25 responses)- A4% (1)
- B88% (22)
- C8% (2)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#Python operators#comparison operators#variables#syntax
Community Discussion
No community discussion yet for this question.