I have an html file in which I want to replace the value of a variable inside of it, like that for example
name = 'x' value= '50'
I want to replace the value from any number to a specific number like 13,The problem is I don't know what is the current value so I need a way that python replace the current value no matter what value it is, but for sure I know it is an integer.