Initially it works properly.it gives urls properly.after few environment executuons, it gives me an out as <function urljoin at 0x7f3cdc6cb420>. The environament was python 3.12 virtualenv.
how to resolve this output.
from urllib.parse import urljoin
url_join = urljoin(url, urls2)
if keyword in url_join:
print(urljoin)
New contributor
Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.