Computer Science, asked by singprithvi265, 4 months ago

Find and write the output.
A = [1,3,5,7,8,9]
print(A[2:])
print(A[1:2])
print(A[:6])​

Answers

Answered by AdarshChahar
1

Answer:

Find and write the output.

A = [1,3,5,7,8,9]

print(A[2:])

print(A[1:2])

print(A[:6])

yd48t

Similar questions