lesnitsky / 0110011001110000

1 stars 1 forks source link

Swap tuple elements #9

Open DaQuirm opened 4 years ago

DaQuirm commented 4 years ago

Write a function that swaps a tuple's elements:

swap t should equal tuple b a

where

t = tuple a b