Aymen
Results
2
issues of
Aymen
Update the regex pattern in the is_float function to eliminate a syntax warning for Python >=3.14. No issues for older versions
Updated the import and usage of the HTML unescaping function to use `html.unescape` for Python >= 3.9, with a fallback to `HTMLParser().unescape` for older versions.