CS1632_Spring2019
CS1632_Spring2019 copied to clipboard
Issue in Lecture 8 Slides making code testable
Under the refactor section for the get_num_monkeys list there is an infinite loop. Everytime the method get_num_monkeys is called the first line in the method calls it again with no exit condition.