Question: May I please know how to do this question step by step? Thank you. You are given a map which is represented as a two
May I please know how to do this question step by step? Thank you.


You are given a map which is represented as a two dimensional list. The aim is to find where the character x is located. You are to implement this in the function Find_x(board) and return a tuple of the coordinates For example, your two dimensional list could look like this: The x is located at (3, 2) and your function find_x must return a tuple that contains the x and y coordinate. If no, x can be found, your function must return None Due to confusion from the examples, the board is inputted to your function as a 2d list like so
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
