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

What will be the output of the following snippet?
def show_truth():
    mysterious_var = 'New Surprise!'
    print(mysterious_var)
 
mysterious_var = 'Surprise!'
print(mysterious_var)
show_truth()
print(mysterious_var)

Options :
Answer: C

Question 2

Assuming that the following assignment has been successfully executed:

Which of the following expressions evaluate to True? (Select two expressions.)  

Options :
Answer: C,D

Question 3

What happens when the user runs the following code?

 

Options :
Answer: D

Question 4

Which of the following is/are true?

Options :
Answer: B

Question 5

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

Options :
Answer: B

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.