79782730

Date: 2025-10-05 00:02:33
Score: 2
Natty:
Report link

But once i swap 'Q' to 'q' at 5 line error is gone

from sympy import *

x = symbols('x')

y=4

gf = 5*x-y

k=solve(gf,'x','c','b','q')

print(k)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Wertok M