import webbrowser url ='https://docs.python.org' webbrowser.open(url, new=0, autoraise=True)
Output:
This code will open url to existing web browser and raised the window.
import webbrowser url ='https://docs.python.org' webbrowser.open(url, new=0, autoraise=True)
This code will open url to existing web browser and raised the window.
0 comments:
Post a Comment