Computer Science, asked by swastiksharma0047, 4 months ago

Suppose L is a list as below:-L = [“ROHAN”, [6,7,8], 17, “Ashoka”] What will be the output of the following :-print( L [1:2] )

1 point

(A) [6,7,8]

(B) [[6,7,8]]

(C) [6,7,8] ,3

(D) Error

((Python))

Answers

Answered by sujalshinde681
0

Answer:

Option (D) Error is correct answer.

Similar questions