diff --git a/bugs b/bugs index 31ee7b4..5d1f54b 100644 --- a/bugs +++ b/bugs @@ -65,3 +65,11 @@ TypeError: unsupported operand type(s) for +: 'type' and 'str' +* Parenthèses abhérentes + + In [7]: P = Polynom([-6, 12, -20]) + + In [8]: print(P) + ( - 20 x^{ 2 } + 12 x ) - 6 + +