1f = open("unicode/data/utf-8_1.txt", encoding="utf-8")
2l = f.readline()
3print(l)
4print(len(l))
5