Tower Breakers

  • + 0 comments

    python

    def towerBreakers(n, m): if m == 1 or n % 2 == 0: return 2 return 1