PCEP-30-02 Exam Details

  • Exam Code
    :PCEP-30-02
  • Exam Name
    :PCEP - Certified Entry-Level Python Programmer
  • Certification
    :Python Institute Certifications
  • Vendor
    :Python Institute
  • Total Questions
    :420 Q&As
  • Last Updated
    :May 31, 2026

Python Institute PCEP-30-02 Online Questions & Answers

  • Question 391:

    How many stars (*) will the following code output to the screen?

    A. one
    B. six
    C. two
    D. three

  • Question 392:

    What is the expected output of the following code if the user enters 2 and 4?

    A. 1.0
    B. 4.0
    C. 2.0
    D. 0.0

  • Question 393:

    What is the expected output of the following code? print( oat('1.3'))

    A. The code is erroneous.
    B. 1,3
    C. 13
    D. 1.3

  • Question 394:

    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 395:

    Which of the following operators can be used with strings?

    1) +

    2) *

    3) 4) in

    A. 1, 2, 3
    B. 1, 2, 4
    C. 1, 2, 3, 4
    D. 1, 2

  • Question 396:

    What is the expected output of the following code?

    A. 3
    B. The code is erroneous.
    C. 6
    D. 7

  • Question 397:

    What is the data type of x, y, z after executing the following snippet?

    A. int, int, int
    B. x is int, y and z are invalid declarations
    C. int, str, int
    D. int, str, str

  • Question 398:

    You want to write a program that asks the user for a value. For the rest of the program you need a whole number, even if the user enters a decimal value.

    What would you have to write?

    A. num = str(input('How many do you need?'))
    B. num = int( oat(input('How many do you need?')))
    C. num = oat(input('How many do you need?'))
    D. num = int('How many do you need?')

  • Question 399:

    Which of the following function calls can be used to invoke the below function de nition? (Choose three.) def test(a, b, c, d):

    A. test(a=1, b=2, c=3, 4)
    B. test(1, 2, 3, d=4)
    C. test(a=1, 2, 3, 4)
    D. test(1, 2, 3, 4)
    E. test(a=1, b=2, c=3, d=4)
    F. test(a=1, 2, c=3, 4)

  • Question 400:

    What is the expected output of the following code?

    B. 4
    C. 5
    D. 3

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Python Institute exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PCEP-30-02 exam preparations and Python Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.