Open DaQuirm opened 4 years ago
Write a function that swaps a tuple's elements:
swap t should equal tuple b a
swap t
tuple b a
where
t = tuple a b
Write a function that swaps a tuple's elements:
swap t
should equaltuple b a
where
t = tuple a b