Oct 1, 2014 at 8:02am
Thanks for the help everyone!
Last edited on Oct 1, 2014 at 10:44pm
Oct 1, 2014 at 2:53pm
Thanks dude! You are a life saver :D
Oct 1, 2014 at 2:56pm
.
Last edited on Oct 1, 2014 at 10:44pm
Oct 1, 2014 at 7:14pm
Note: You have a recursive function. You could have a while loop instead of recursion. Iteration suits this task better.
Why does your while-loop call the play() twice? The second call does not even store the return value. That call seems utterly useless.