List=['google.com','facebook.com','youtube.com']
c = webbrowser.get('opera')
for i in List:
c.open(i)
I am using Sublime text and then running the code in cmd. I am trying this for a long time but it says, no runnable browser detected. Please tell what browser name should be put inside that module to open only opera webbrowser.