(PCEP) Certified Entry-Level Python Programmer Practice Test
✕
📝 PCEP Practice Tests
Bitwise Operations
Controlling loop execution
Operator Precedence and Binding
Using `sep=` and `end=` in `print()`
Using the `else` block in loops
Variable Scope and the `global` keyword
Control Flow and Functions
Data Structures
Error Handling and Debugging
Error Handling and Modules
Fundamentals of Python Programming
Numeric Types and Arithmetic
String Operations and Methods
📖 PCEP Study Guides
Certified Entry-Level Python Programmer
PCEP (Certified Entry-Level Python Programmer) Test Guide
🎥 PCEP Videos
PCEP Practice Test
☰
(PCEP) Certified Entry-Level Python Programmer Practice Test
▶
PCEP Error Handling and Modules 2
Free · Instant Results
What is the difference between a module and a script in Python?
A
A module is imported for reuse; a script is executed directly
B
No difference
C
Scripts cannot contain functions
D
Modules cannot be run
▶ Start Practice Test