mrey

Results 1 issues of mrey

For challenge 7. This solucion returns: TypeError: packaged.reverse is not a function. It works when executed directly on the Python Interpreter: ```python def fixPackages(packages): def fix_intern(packages): try: inicio = packages.index("(")...