How to extract numbers from a string in Python

preview_player
Показать описание
How to extract numbers from a string in Python.
Рекомендации по теме
Комментарии
Автор

VERY NICE SHORT AND SWEET TIP, THANKS!

rayoh
Автор

How would you do this with negative numbers, if it even is possible

ncmo
Автор

Hello, I could not get it to work this is the code
for el in soup.find_all(attrs={"class": "form-field"}):
print(el)
I just want it to print numbers

ryanhakalmazian
visit shbcf.ru