Printable PDF
Want to pass your 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. +
If you want to transform a string into a list of words, what invocation would you use? (Select two answers)
Expected output:
A. s.split ()
B. split (s, "~ "~)
C. s.split ("~ "~)
D. split (s)
What is the expected output of the following code?
A. abcef
B. The program will cause a runtime exception error
C. acdef
D. abdef