Computer Science, asked by israel3, 5 months ago

Predict the output – (2)

L1=[1,3,5,7,9]

print(L1==L1.reverse())

print(L1)​

Answers

Answered by jai696
7

\huge\red{\mid{\fbox{\tt{ANSWER}}\mid}}

False

\huge\blue{\mid{\fbox{\tt{Explanation}}\mid}}

The reverse() method reverses the elements of the list.

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

Similar questions