Thiago da Silva Teixeira
Thiago da Silva Teixeira
Parser Error: Can't access member variable ("Matrix") from a static function. I just change var to const.
Pequena otimização na análise de situação do pacote. É melhor guardar o resultado do metodo .lower(), do que ficar processando a string a cada if. O método .lower() deve percorrer...
This PR updates the import statements for defaultdict and MutableSet to ensure compatibility with newer versions of Python. In newer Python versions, MutableSet has been moved from collections to collections.abc....