I am trying to extend a script that opens a web browser and opens URL. I want to use that script and make it to search google for particular query. That's all.
Here's the code that I got. I would appreciate, if you know how to extend it for the search query.
import webbrowser
new=2;
url="http://google.com";
webbrowser.open(url,new=new);