Given the list
k=[-4, 5,8,93,6,91,32,44,67,81], write
the output of print(k[4:11])
Answers
Answered by
0
Answer:
Given the list
k=[-4, 5,8,93,6,91,32,44,67,81], write
the output of print(k[4:11])
Similar questions