Q. What is the output of the below code? Code: List=list(range(-5,5,2)) len(List) (A) 2 (B) 5 (C) 10 (D) 7 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 5