Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCEP - Certified Entry-Level Python Programmer

Domain 1Objective 5

PCEP-30-02 1.5 Perform Input/Output Console Operations PCEP-30 Practice Questions (Page 3)

Part of the Computer Programming and Python Fundamentals domain, which accounts for 18% of the PCEP-30 exam. Python Institute does not publish an official question count, but from its 45-minute exam (~20–30 total, ~4–5 in this domain), expect 1–1 from this objective — we provide 14 practice questions to prepare you well beyond it. (estimate)

14questions here
3free pages
6concepts
18%of the exam

Questions 11–14

  1. 11application · easy

    A program asks the user for their age and then prints it as an integer. The developer writes: age = input('Enter age: ') and then wants to print the age as a number. Which line correctly converts and prints the age?

    Select an answer first
  2. 12foundation · easy

    What is the default value of the end parameter in the print() function?

    Select an answer first
  3. 13foundation · easy

    What is the output of the following code? print('Hello', end=' ') print('World')

    Select an answer first
  4. 14application · easy

    A user enters '42' when prompted. The program must store this as an integer for arithmetic. Which line correctly reads and converts the input?

    Select an answer first
Finished these 4 questions?

Review the revealed explanations, or continue through the curriculum.

No more pagesBack to PCEP-30

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Python Institute. “PCEP-30” is a trademark of its owner, used for identification only.