Printable PDF
Want to pass your PCAP - Certified Associate in Python Programming PCAP-31-03 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Python strings can be "glued" together using the operator:
A. .
B. and
C. _
D. +
An operator able to perform bitwise shifts is coded as (select two answers)
A. -
B. ++
C. <<
D. >>
What is the expected output of the following code?

A. a
B. an exception is raised
C. b
D. c