Python_Institute
PCEP-30-02 · Question #107
PCEP-30-02 Question #107: Real Exam Question with Answer & Explanation
Sign in or unlock PCEP-30-02 to reveal the answer and full explanation for question #107. The question stem and answer options stay visible for context.
Question
Which of the following code snippets will print True to the monitor? (Choose two.)
Options
- A
1 print('is' in 'This IS Python code.') - B
1 x = 42 2 y = 42 3 print(x is not y) - C
1 x = 'Peter Wellert' 2 y = 'Peter Wellert'.lower() 3 print(x is y) - D
1 print('t' in 'Peter') - E
1 x = ['Peter', 'Paul', 'Mary'] 2 y = ['Peter', 'Paul', 'Mary'] 3 print(x is y)
Unlock PCEP-30-02 to see the answer
You've previewed enough free PCEP-30-02 questions. Unlock PCEP-30-02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.