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.

...