Square Board

Square Board

You are designing a board game in which tokens move around the square board with. (like in Monopoly (Wikipedia) )

You need to write the function that returns the coordinates after the token has moved. The coordinates of a token are being represented by a tuple consisting of a row and column. The coordinates of a top-left one - (0, 0).

    You are given...
You should be an authorized user in order to see the full description and start solving this mission.