Assignment 5 - 1d

Re: Assignment 5 - 1d

by Erik Spence -
Number of replies: 0
The play.monty.hall function returns a boolean, and takes a boolean as an argument. It represents one play of the game. The play.many.monty.halls should not need to reference any variables from within the play.monty.hall function. I'm not sure why you would need to. Without seeing your code I'm not sure what the problem is.