Staging
v0.8.1
Revision a6066ce6b1115b8a8bff3d30848bad0be0863f08 authored by Victor Stinner on 09 October 2014, 09:14:04 UTC, committed by Victor Stinner on 09 October 2014, 09:14:04 UTC
The result type is Py_ssize_t (and not int).
1 parent 23030db
Raw File
antigravity.py

import webbrowser

webbrowser.open("http://xkcd.com/353/")
back to top