A
Q. What is the output of the below code?
Code:
List=list(range(-5,5,2))
len(List)
len(List)
- Correct Answer - Option(B)
- Views: 30
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.