Q21 Multiple choice Mark for later Which of the following expressions evaluate to True? (Choose two.) Select all that apply. A ord("Z") - ord("z") == ord("0") B chr(ord(`A') +1) == `B' C len(`\'') == 1 D len(""" """) == 0 Correct answer