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)- A73% (19)
- B8% (2)
- C19% (5)
Community Discussion
No community discussion yet for this question.