Python Institute PCEP-30-02 Answers

Page:    1 / 114   
Total 569 questions | Updated On: May 11, 2026
Question 1

What will be the output of the following code?
print(1 | 0 ^ 1 & ~0)


Answer: B
Question 2

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


Answer: C
Question 3

A set of rules which defines the ways in which words can be coupled in sentences is called: 


Answer: B
Question 4

What will be the output of the following code?
def boo(x):
if x == 1:
return x
return x * boo(x-1)
 
print(boo(3))


Answer: B
Question 5

What are built-in Python functions?


Answer: B
Page:    1 / 114   
Total 569 questions | Updated On: May 11, 2026

Quickly grab our PCEP-30-02 product now and kickstart your exam preparation today!

Name: Certified Entry-Level Python Programmer
Exam Code: PCEP-30-02
Certification: PCEP
Vendor: Python Institute
Total Questions: 569
Last Updated: May 11, 2026