tuple reverse order

Write a code that takes a tuple of integers and prints a new tuple with the integers in reverse order.

(1, 2, 3, 4)
Total : 0 Discussion
Login