nerdexam
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)
  • A
    3% (1)
  • B
    77% (27)
  • C
    6% (2)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full JN0-222 Practice