Posts by Roberto Jr • 3 points
1 post
- 
		0 votes1 answer164 viewsQ: Save user typed equation in pythonHow could I save a math equation typed by the user and then replace values in this equation? EX: User typed: "3*x+2" then the program replaces "x" with 1, showing at the end the value 5 (3*1+2)… pythonasked Roberto Jr 3