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

What are built-in Python functions?

Options :
Answer: B

Question 2

What will be the output after the user enters 0?
user_input = int(input('What is your value? '))
print(1/user_input)

Options :
Answer: C

Question 3

What will be the output of the following code?
def show_truth():
    mysterious_var.append('New Surprise!')
    print(mysterious_var)
 
mysterious_var = ['Surprise!']
print(mysterious_var)
show_truth()
print(mysterious_var)

Options :
Answer: B

Question 4

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

Options :
Answer: B

Question 5

What will be the output of this program?
a, b = 15, 5
if a + b:
    print('True')
else:
  print('False')

Options :
Answer: A

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.