import codecs txtfile = codecs.open("bla.txt", "r", "utf-8") t= txtfile.read() txtfile.close() print t
Комментариев нет:
Отправить комментарий