Answer the question
In order to leave comments, you need to log in
How to display cyrillic html page in python3?
I'm trying to load an html page and display it in the console with the following code:
import urllib.request
page = urllib.request.urlopen("http://ex.ua").read()
print (page)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question