How to Solve Error: Unverified HTTPS request is being made

The questions are as follows:

Solution:

Add a code to disable the warning at the top

import urllib3

urllib3.disable_warnings()

Read More: