-1
i have the following line of code to open a browser tab that is passed by the user, but with is the "%s" function since I am not passing any parameter to be replaced in place of "%s"
webbrowser.get("C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe %s"). open(tab)