# PCAP-31-03 — Question 605

**Type:** multiple_response
**Topics:** topic_1

## Question

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

## Correct Answer

_See scenario._

## Explanation

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

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/python-institute/PCAP-31-03/605  
Practice (tracked): https://hiexam.net/study/PCAP-31-03/practice