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