If I have a variable, lets say, favorite singer, I want to open the web browser and search for that singer. I was planning to use the following code to open Google, but how can I make the users input become the actual search itself?
webbrowser.open('www.google.com')