Skip to content

Instantly share code, notes, and snippets.

@n0an
Created May 15, 2017 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n0an/7e450e5e2a4a72b98528c4fbbcd0564a to your computer and use it in GitHub Desktop.
Save n0an/7e450e5e2a4a72b98528c4fbbcd0564a to your computer and use it in GitHub Desktop.
import webbrowser, time
webbrowser.open('https://stackoverflow.com/questions/tagged/ios')
time.sleep(2)
webbrowser.open('https://stackoverflow.com/questions/tagged/swift')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment