Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Errores conocidos
blob: 446e3b5d61e7d693a08e19c75384dbc6b7686e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Operacion: -x
Traceback (most recent call last):
  File "Calculadora.py", line 229, in <module>
    Calculadora(cuenta)
  File "Calculadora.py", line 66, in __init__
    print self.reducir_polinomios(operacion)
  File "Calculadora.py", line 189, in reducir_polinomios
    res = str(eval(resultado)) + 'x'
  File "<string>", line 1
    -
    ^
SyntaxError: unexpected EOF while parsing