Konu
Python Sorum Var
05-06-2022, 19:10:29
#7
ice777
with open("dosya.html",
"r",encoding="utf-8",) as f:
text = f.readlines()
print(text[155])