T
Thomas Philips
How does one find the position of an item in a tuple. i.e. If the
tuple is ("rock", "scissors", "paper"), what function (or method) do I
call with "rock" to get 0 or with "paper" to get 2?
Thomas Philips
tuple is ("rock", "scissors", "paper"), what function (or method) do I
call with "rock" to get 0 or with "paper" to get 2?
Thomas Philips