cara membuka file html di python

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