Assuming that the following snippet has been successfully executed, which of the equations are False? (Select two answers)
A . len(a)== len (b)
B . a [0]-1 ==b [0]
C . a [0]== b [0]
D . b [0] – 1 ==a [0]
Answer: AB
Explanation:
Assuming that the following snippet has been successfully executed, which of the equations are False? (Select two answers)
A . len(a)== len (b)
B . a [0]-1 ==b [0]
C . a [0]== b [0]
D . b [0] – 1 ==a [0]
Answer: AB
Explanation: