Computer Science, asked by ansulibasumatary397, 4 months ago

what will be the output of the following statement
1st = [10,20,30,40,50]
print(1st[4:]) ​

Answers

Answered by adarsharyan46
0

Answer:

40

Explanation:

In print command you specified not only 1st statement but also what in the 1st i.e the 4th position.

Consider Marking as The Brainliest

Similar questions