PCAP-31-03 Exam QuestionsBrowse all questions from this exam

PCAP-31-03 Exam - Question 12


Which of the following expressions evaluate to True? (Choose two.)

Show Answer
Correct Answer:

Discussion

4 comments
Sign in to comment
kstrOptions: BC
Jun 5, 2024

BCD are TRUE TESTED: print(ord("0") - ord("9") == 10) print(len("''")== 2) print(chr(ord('z') - 1) == 'y') print(len("1234") == 4)

a4129fdOptions: CD
May 30, 2024

As tested in my IDE

DKAT2023Options: CD
Jun 28, 2024

C and D are corrects

Dave304409Options: CD
Jul 2, 2024

C, D is correct