0 votes
in Python Flask by
How will you reverse a list in Python?

1 Answer

0 votes
by

The function list.reverse() reverses the objects of a list.

...