Python Institute PCEP - Certified Entry-Level Python Programmer - PCEP-30-02 Exam Practice Test
Question 1
Assuming that the following assignment has been successfully executed:
My_list - [1, 1, 2, 3]
Select the expressions which will not raise any exception.
(Select two expressions.)
My_list - [1, 1, 2, 3]
Select the expressions which will not raise any exception.
(Select two expressions.)
Correct Answer: A,B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 2
What is the expected output of the following code?


Correct Answer: D
Question 3
What is the expected output of the following code?


Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 4
What is true about tuples? (Select two answers.)
Correct Answer: B,C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 5
What is the expected output of the following code?


Correct Answer: B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).

