Is there any way to pass math equation from input box (html) to backend flask?
I have a input say x+y+z in my html page where the x,y,z are defined with values in another input. As this are in string format the backend flask reads them as string. I would like to convert this input(x+y+z) as a math formula, how can I do it?
my html code
`<label for="A", style="color:black">Input Values:
<label for="V", style="color:black">Forumla:
`
I have used eval but it didn't work
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…