import re
url = "best-content-2954479968"
com_id = re.match(".*content-(\d+)", url)
print(com_id.group(1))
Teach you the vscode terminal to automatically activate Anacondas Python virtual environment
List of articles Preface Sho
A collection of 40 Python interview questions sorted out by staying up late and working overtime for half a month (with answers)
Python Its the most popular la