string concatenation issue faced when attaching string with a number in python
Traceback (most recent call last):
File “c:UsersuserDesktopSeptember ReporttempCodeRunnerFile.python”, line 140, in
x1= -b/(2ac) + (math.sqrt(disc))/(2ac), str(j)
^
NameError: name ‘j’ is not defined