Blog

What is the output of the below code?

list = [6, 89, 65, 28, 6, 3, 9]

print(list[4:])