ChallengeChallenge

Give it a try - open and read the HTML file on your own!

Task

  1. Import the urlopen function from the urllib.request.
  2. Use the urlopen() function to open the page from the specified url.
  3. Read the page and decode the received bytes object to 'utf-8'.

Everything was clear?

Section 1. Chapter 9
toggle bottom row