Comment faire ouvrir Python un lien

import urllib

fun open():
    return urllib.urlopen('http://example.com')
Average Alpaca