Question: I need code for python that will take the user input and write it into a browser and then click enter. So far I have
I need code for python that will take the user input and write it into a browser and then click enter. So far I have the following:
import webbrowser
userInput= input('Enter your search ')
print('Your search is: ', userInput)
webbrowser.open('google.com')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
