Skip to content

Instantly share code, notes, and snippets.

@Foovanadil
Created June 25, 2015 05:22
Show Gist options
  • Save Foovanadil/b2ce8a8272acbb98632e to your computer and use it in GitHub Desktop.
Save Foovanadil/b2ce8a8272acbb98632e to your computer and use it in GitHub Desktop.
Python Challenge exercise 1
import webbrowser
url = "http://www.pythonchallenge.com/pc/def/{0}.html"
newUrl = url.format(2**38)
print newUrl
webbrowser.open(newUrl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment