Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
f = open("data/utf-8_1.txt", encoding="utf-8")
l = f.readline()
print(l)
print(len(l))