Comment ouvrir le fichier html dans Python

file = codecs.open("sample.html", "r", "utf-8")
Exuberant Elephant