Problem
A function like pick Room is hard to read with all the nested if statements. It can be made clearer with appropriate use of comments to explain what each section of the code is doing-checking the room, then checking the possible directions in the room. Add comments to pick Room to make it easier to read.