Created
September 25, 2018 00:13
-
-
Save devgiordane/94867367ebf9fb3ec37fc1585506b3f9 to your computer and use it in GitHub Desktop.
Abra uma url no navegador usando Python.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import webbrowser | |
webbrowser.open("https://devgiordane.com") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment