Mars Exploration

  • + 0 comments

    Python 1 liner.

        return len([c for i, c in enumerate(s) if c != 'SOS'[i % 3]])