I have this code here. equation = "4x+7" And I would like to make the 4 and 7 into integers and define x as an integer so I can work out y for the equation. Any easy solutions?
I have this code here. equation = "4x+7" And I would like to make the 4 and 7 into integers and define x as an integer so I can work out y for the equation. Any easy solutions?