Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How will you reverse a list in Python?
Home
Python Flask
How will you reverse a list in Python?
0
votes
asked
May 12, 2023
in
Python Flask
by
SakshiSharma
How will you reverse a list in Python?
reverselist
pythonlist
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 12, 2023
by
SakshiSharma
The function list.reverse() reverses the objects of a list.
...