with open("dosya.html", "r",encoding="utf-8",) as f:
text = f.readlines()
print(text[155])