I want to extract 402 from the following string. I am using beautiful soup .
<span class="bla bla bla"> <span class="ba1 ba1"> </span>402.00</span>
I tried using strip()
but the element bs4.element.resultset
doesnt allow this.
Please suggest as to how can I do it ??
any pointers would be appreciated