nerdexam
Python_Institute

PCAP-31-03 · Question #97

Assuming that the V variable holds an integer value to 2, which of the following operators should be used instead of OPER to make the expression equal to 1? V OPER 1 -

The correct answer is C. >>. See the full explanation below for the reasoning.

Question

Assuming that the V variable holds an integer value to 2, which of the following operators should be used instead of OPER to make the expression equal to 1? V OPER 1 -

Options

  • A<<<
  • B
  • C
  • D<<

How the community answered

(22 responses)
  • B
    9% (2)
  • C
    86% (19)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full PCAP-31-03 Practice