Python Institute PCEP-30-02 PCEP – Certified Entry-Level Python Programmer Online Training
Python Institute PCEP-30-02 Online Training
The questions for PCEP-30-02 were last updated at Apr 29,2025.
- Exam Code: PCEP-30-02
- Exam Name: PCEP – Certified Entry-Level Python Programmer
- Certification Provider: Python Institute
- Latest update: Apr 29,2025
Question #31
What is the expected output of the following code?
- A . [7, 3, 23, 42]
- B . [7, 20, 23, 42]
- C . [10, 20, 42]
- D . [10, 20, 23, 42]
Question #32
Take a look at the snippet and choose one of the following statements which is true:
- A . vals is longer than nums
- B . nums and vals are of the same length
- C . nums is longer than vals
Question #33
What is the expected output of the following code?
- A . (1, 2)
- B . The code is erroneous.
- C . {‘a’:1, ‘b’:2}
- D . [1,2]
Question #34
Question #35
Question #36
What is the expected output of the following code?
- A . (‘Peter’, ‘Peter’,)
- B . PeterPeter
- C . The code is erroneous.
- D . (‘Peter’)
- E . ()
Question #37
What is the expected output of the following code?
- A . The program will cause an error.
- B . (1, 4, 9)
- C . (‘A’, ‘D’, ‘Z’)
- D . (5.0, 7.5, 9.9)
Question #38
What is the expected output of the following code?
- A . The code is erroneous.
- B . 1
- C . 0
- D . None
Question #39
Question #40
What is the expected output of the following code?
- A . (2, 1, 1)
- B . (1, 1, 1)
- C . (2, 2, 2)
- D . The code is erroneous.