Which of the following expressions evaluate to True? (Choose two.)
- A.ord("0") - ord("9") == 10
- B.len("''") == 2
- C.chr(ord('z') - 1) == 'y'
- D.len(''1234'') == 4
Reference: examtopics_top_comment
Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.