I have the following problem with Beautiful Soup. I didn´t found a solution, but I´m a total beginner (started this week with Python).
I want to get the string of this HTML-Tag:
<dd class="is24qa-nebenkosten grid-item three-fifths"> <span class="is24-operator">+</span> 140 € </dd>
tag.string returns "None", allthough there is "140 €" behind the span-tag. How do I get the string "140 €"?
Thank you for your help :)