QuestionQ24
Python BasicsWhich of the following is the value of the variable y?

- A 7
- B y has no value. The following error occurred: IndexError: list index out of range
- C 6
- D y has no value. The following error occurred: KeyError: 'b'
Which of the following is the value of the variable y?

Community Discussion