Computer Science, asked by jansigurjar2003, 3 months ago

colors=["violet", "indigo", "blue", "green", "yellow", "orange", "red"]

del colors[4]

colors.remove("blue")

colors.pop(3)

print(colors)

Answers

Answered by valeriy69
7

\small\mathsf\color{pink}{Output}

['violet', 'indigo', 'green', 'red']

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

Similar questions