cara membuat python membuka tautan

import urllib

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