Python Institute PCEP — Certified Entry-Level Python Programmer (PCEP-30-02) - 340 Questions
Practice exam for the Python Institute PCEP – Certified Entry-Level Python Programmer certification. Covers Python fundamentals, control flow, data collections, functions, and exceptions.
Sample Questions — Python Institute PCEP — Certified Entry-Level Python Programmer (PCEP-30-02) - 340 Questions
5 free sample questions from this practice exam. Correct answers are highlighted.
1. Which of the following best describes Python as a programming language?
2. What is the output of the following code? print(type(42))
3. Which of the following is a valid Python variable name?
4. What is the result of the following expression? 10 // 3
5. What will the following code print? x = 'Hello' y = 'World' print(x + ' ' + y)
Want to test yourself for real?
Create a free account and run our exam simulation engine.
- Simulation engine
- Up to 10 questions per attempt
- Score & basic stats
- All 340 questions
- Detailed explanations
- Smart Practice + Focus Mode