Computer Science, asked by as6747880, 4 months ago

A = [10,90,80,20,30,60,50,40]

print (A[:8:2])

print (A[0: -5]​

Answers

Answered by valeriy69
0
  1. [10, 80, 30, 50]
  2. [10, 90, 80]

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by Anonymous
3

Answer:

  1. [10, 80, 30, 50]
  2. [10, 90, 80]
Similar questions