Python Institute PCEP - Certified Entry-Level Python Programmer (PCEP-30) - Python Actual Exam Questions
Last updated on March 10, 2026
Which of the following functions can be invoked with two arguments?
Option A
Option B
Option C
Option D
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
What is true about tuples? (Select two answers.)
Tuples are immutable, which means that their contents cannot be changed during their lifetime.
The len { } function cannot be applied to tuples.
An empty tuple is written as { } .
Tuples can be indexed and sliced like lists.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
A set of rules which defines the ways in which words can be coupled in sentences is called:
lexis
syntax
semantics
dictionary
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
What is the expected result of running the following code?
The code prints 1 .
The code prints 2
The code raises an unhandled exception.
The code prints 0
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.