This file contains 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
#StackOverflow Fanatic Badge Helper | |
#Justin Amberson 2013 : http://justin.amberson.net | |
#Fanatic Golden badge - 100 consecutive days on StackOverflow | |
import webbrowser | |
import time | |
def openURL(url): | |
webbrowser.open(url) | |