I wrote a code that should take a file written in English and print it but instead it returned some strange things. I posted the code and an image of the output. What should i do in order to solve the problem?
f = open("Introduction-first-part.docx")
print(f.read())