nerdexam
Python_Institute

PCAP-31-03 · Question #14

Which of the following expressions evaluate to True? (Select two answers)

The correct answer is A. 121 + 1 != '!' + 2 * '2' D. '3.14' != str(3.1415). See the full explanation below for the reasoning.

Question

Which of the following expressions evaluate to True? (Select two answers)

Options

  • A121 + 1 != '!' + 2 * '2'
  • B'AbC' lower () < 'AB'
  • C'1' + '1' + '1' < '1' * 3'
  • D'3.14' != str(3.1415)

How the community answered

(26 responses)
  • A
    73% (19)
  • B
    8% (2)
  • C
    19% (5)

Community Discussion

No community discussion yet for this question.

Full PCAP-31-03 Practice