Skip to content
Advertisement

How to pass additional arguments to webbrowser.open

JavaScript

Basically I need to search for an input that the user says, but when the user presses enter it only searches for www.bing.com/search?q=

Advertisement

Answer

Try doing this:

JavaScript

Using f-strings, it should work!

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement