We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webbrowser
1 parent b86d4f6 commit 64db478Copy full SHA for 64db478
_webbrowser.py
@@ -0,0 +1,4 @@
1
+import webbrowser
2
+
3
+url = 'https://github.com/sina-programer'
4
+webbrowser.open(url) # opens the given link in the default browser
0 commit comments