The webbrowser Module
Reference: https://docs.python.org/3/library/webbrowser.html.
import webbrowser
webbrowser.open("http://www.google.com")
Last updated
Was this helpful?
Reference: https://docs.python.org/3/library/webbrowser.html.
import webbrowser
webbrowser.open("http://www.google.com")
Last updated
Was this helpful?