Assuming that the following snippet has been successfully executed, which of the equations are True? (Select two answers)
Assuming that the following snippet has been successfully executed, which of the equations are True? (Select two answers) A . len(a) == len (b)B . b[0] fe- 1 == a[0]C . a[0] = b[0]D . a[0] + 1 == b[0]View AnswerAnswer: A,C