Exam PCAP-31-03 All QuestionsBrowse all questions from this exam
Question 12

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

    Correct Answer: A, C

Discussion
kstrOptions: BC

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

Dave304409Options: CD

C, D is correct

DKAT2023Options: CD

C and D are corrects

a4129fdOptions: CD

As tested in my IDE