Python Programming - Tuples - Discussion
Discussion Forum : Tuples - General Questions (Q.No. 38)
38.
What is the result of the expression
tuple(('a', 'b', 'c'))[::-1]
?
Answer: Option
Explanation:
The
[::-1]
slice reverses the order of elements in the tuple.
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