Suppose list1 is , Which of the following is correct syntax for slicing operation? ) b) print(list1) c) print(list1) d) all of the mentioned

Suppose list1 is , Which of the following is correct syntax for slicing operation? ) b) print(list1) c) print(list1) d) all of the mentioned Correct Answer 4, 2, 2, 4, 5, 2, 1, 0

Slicing is allowed in lists just as in the case of strings.

Related Questions

Suppose list1 is , what is list1 after list1.reverse()? b) c) d)
Suppose list1 is , what is max(list1)?
Suppose list1 is , what is min(list1)?
Suppose list1 is , what is sum(list1)?
Suppose list1 is , What is list1?
Suppose list1 is , What is list1? b) Error c) 25 d)
Suppose list1 is , What is list1 * 2? b) c) d)
Suppose list1 = , list1 is: b) c) d)
Suppose list1 is , what is list1.index(5)?
Suppose list1 is , what is list1.count(5)?