Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import urllib.request
- page = urllib.request.urlopen("http://www.pendrivelinux.com/")
- text = page.read().decode("utf8")
- prince = text[1:9]
- print(prince)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement