Q. What is the output of the below code?
Code:
List=list(range(-5,5,2)) len(List)
β
Correct Answer: (B)
5
List=list(range(-5,5,2)) len(List)
You must be Logged in to update hint/solution