Free Python Institute PCEP-30-02 Exam Questions

Absolute Free PCEP-30-02 Exam Practice for Comprehensive 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: Jul 15, 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 of the following code?
      def first(x):
              return x ** x
       
      def second(x):
              return first(x) + first(x)
       
      print(second(3))

      Answer: A
  • Question 3
    • What will be the output of the following code?
      if 1 == True:
              print('yes')
      else:
              print('no')

      Answer: C
  • Question 4
    • What will be the output after running the following code?
      my_list = [3, 5, 2]
      my_list.insert(1, 2)
      my_list.append(3)
      print(my_list)

      Answer: B
  • Question 5
    • What will happen after the following code snippet is run?
      names = {'Tom': 10, 'Mary': 20}
      names[20]

      Answer: C
PAGE: 1 - 114
Add To Cart

© Copyrights DumpsEngine 2026. All Rights Reserved

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