CODE:
import networkx as net from urllib.request import urlopen def read_lj_friends(g, name): # fetch the friend-list from LiveJournal response=urllib.urlopen(\'
Try pls:
from urllib.request import urlopen html = urlopen("http://www.google.com/") print(html.read) # Content