Exam Code: PCEP-30-02
Exam Questions: 569
Certified Entry-Level Python Programmer
Updated: 02 Sep, 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 running the following code?
print(len('H'), len('I!'), sep='', end='!')

Options :
Answer: C

Question 3

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

Options :
Answer: B,D

Question 4

What will be the output after running the following code?
dict = {}
dict[0] = 'Work'
dict['Hobby'] = ['Sport', 'Languages']
print(dict)

Options :
Answer: C

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