Python Programming - Lists - Discussion
Discussion Forum : Lists - General Questions (Q.No. 75)
75.
What does the
list.reverse_copy()
method do in Python?
Answer: Option
Explanation:
While there is no direct method named
reverse_copy()
, creating a reversed copy can be achieved using slicing or [::-1]
.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers