Python_Institute
PCAP-31-03 · Question #125
Which of the following expressions evaluate to True? (Select two answers)
The correct answer is A. ' t '.upper () in 'Thames' C. 'not' not in 'in'. See the full explanation below for the reasoning.
Question
Which of the following expressions evaluate to True? (Select two answers)
Options
- A' t '.upper () in 'Thames'
- B'in not' in 'not'
- C'not' not in 'in'
- D'a' not in 'ABC' .lower ()
How the community answered
(36 responses)- A72% (26)
- B19% (7)
- D8% (3)
Community Discussion
No community discussion yet for this question.