What will the following code result in?
L1= [1,3,5,7,9]
print(L1==L1.reverse( ))
print(L1)
Answers
Answered by
6
OUTPUT:-
FALSE
[9,7,5,3,1]
Similar questions
English,
2 months ago
Math,
2 months ago
Economy,
2 months ago
Computer Science,
4 months ago
English,
4 months ago
Science,
9 months ago
Computer Science,
9 months ago