Default Arguments
-
Practice>Python>Debugging>Default Argumentshackerrank.com 2019. 3. 22. 13:03
hackerrank.comDefault ArgumentsProblem link : https://www.hackerrank.com/challenges/default-arguments/problemDifficulty : Medium TipVery interesting problem regarding default argumentI surprised that the instance of default argument, is alive alwaysNot to use same instance, we should init the instance every timeProbably, not easy to understand, please see the solution Solution class EvenStream(o..