A
Q. What is the output of the following code snippet?
Code:
mylist = [1,2,3,4,5]
print(mylist[2:4])
print(mylist[2:4])
- Correct Answer - Option(B)
- Views: 17
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.