Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9a1d6e3022c8eb3cc3b05a30ea975da971bd5938
/
.
/
Lib
/
antigravity.py
blob: 7fb7d8282a7b797e8ae3722772214cedb95052f5 [
file
] [
log
] [
blame
]
Benjamin Peterson
206e307
2008-10-19 14:07:49 +0000
[
diff
] [
blame
]
1
2
import
webbrowser
3
4
webbrowser
.
open
(
"http://xkcd.com/353/"
)