Exam Code: PCEP-30-02
Exam Questions: 569
Certified Entry-Level Python Programmer
Updated: 19 Feb, 2026
Viewing Page : 1 - 57
Practicing : 1 - 5 of 569 Questions
Question 1

What happens when the user runs the following code?

 

Options :
Answer: D

Question 2

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.)

Options :
Answer: B,D

Question 3

What is true about the following code snippet?
list1 = [1, 2, 3]
list2 = list1[:] 

Options :
Answer: B

Question 4

What will be the sum of all elements in the list after the following operations?
numbers = [0, 1, 2]
numbers.insert(0, 1)
del numbers[1]

Options :
Answer: B

Question 5

Which statements are true about the following function definition?
def my_func(x=1):
return x

Options :
Answer: B,D

Viewing Page : 1 - 57
Practicing : 1 - 5 of 569 Questions

© Copyrights FreePDFQuestions 2026. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.