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

What will be printed to the output after the following code is executed?
secret_list = [[5, 4] for i in range(4)]
print(secret_list[2][1])

Options :
Answer: C

Question 2

What will be the output of the following code?
def first(x):
        return x ** x
 
def second(x):
        return first(x) + first(x)
 
print(second(3))

Options :
Answer: A

Question 3

Which of the following does the Python interpreter verify before executing Python code?

Options :
Answer: B

Question 4

Which of the following is/are true?

Options :
Answer: B

Question 5

What will be the output when the user provides the number 6?
num = int(input('give a number: '))
if num > 2:
    if num < 5:
        print('A')
    else:
        print('B')
else:
    print('C')

Options :
Answer: A

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

© Copyrights FreePDFQuestions 2025. 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.