Uncategorized

Python Reverse

Simple python function, we always use in python code to reverse the order in list or string. #python

Method : reverse()

we can use another way reverse the list by [::-1]

Method : reverse() or [::-1]

#pythoncode #dailycoding #refresh

revpng

Leave a comment