Computer Science, asked by dhaval3134, 5 days ago

consider laptops =[3,4,5,20,5,25,1,3], what willbe output of laptops.reverse()

Answers

Answered by joydeep666
0

The output will be 3, 1, 25, 5, 20, 5, 4, 3

Similar questions