0 votes
in Python by
How do we reverse a list in Python?

1 Answer

0 votes
by

By using list.reverse(): we can reverse the objects of the list in Python.

Related questions

+1 vote
asked Feb 14, 2021 in Python by SakshiSharma
0 votes
asked Jan 18, 2021 in Python by SakshiSharma
...