Ok, I know that if you want to open a particular url using pyton you would run:
import webbrowser
webbrowser.open("buinvent.com")
But what if you want to change it to a different url in the web browser without opening a new window or a new tab in the web browser. Is there a way to do that?