Free Python Institute PCEP-30-02 Exam Questions

Try our Free Demo Practice Tests for Comprehensive PCEP-30-02 Exam Preparation

  • Python Institute PCEP-30-02 Exam Questions
  • Provided By: Python Institute
  • Exam: Certified Entry-Level Python Programmer
  • Certification: PCEP
  • Total Questions: 569
  • Updated On: Feb 18, 2026
  • Rated: 4.9 |
  • Online Users: 1138
Page No. 1 of 114
Add To Cart
  • Question 1
    • 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 2
    • What will be the output after the user enters 0?
      user_input = int(input('What is your value? '))
      print(1/user_input)

      Answer: C
  • Question 3
    • What will be the output after running the following code?
      print(8 % 3 ** 4 // 3 + 2)

      Answer: C
  • Question 4
    • Assuming that the following assignment has been successfully executed:

      Which of the following expressions evaluate to True? (Select two expressions.)  


      Answer: C,D
  • Question 5
    • What will be the sum of all elements in the list after the following operations?
      numbers = [0, 1, 2]
      numbers.insert(0, 1)
      del numbers[1]

      Answer: B
PAGE: 1 - 114
Add To Cart

© Copyrights Dumpscity 2026. All Rights Reserved

We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the Dumpscity.