What will be the output of below Python code?

 list1 = [8, 0, 9, 5] 

print(list1[::-1]) 

1
[5, 9, 0, 8]
2
[8, 0, 9]
3
[8, 0, 9, 5]
4
More than one of the above

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation