Vinicius Prado da Fonseca
Results
2
issues of
Vinicius Prado da Fonseca
I just found a small typo on the Python script for color recognition, and I also included instructions in the readme to clone https://github.com/JenniferBuehler/general-message-pkgs which is required by the example.
I'm having a problem when running my code that uses: from fractions import gcd I think in Python3.9 it should be: from math import gcd