I am trying to open a URL in my default web browser which is opera. I provide the URL to the webbrowser.open() function but when executing, the program runs and terminates with no response whatsoever. What might be the problem?
I tried using the get() method to tell python explicitly to use opera but it is not working.