with open("notes.txt", "r", encoding="utf-8") as f: content = f.read() print(content)
Click Run to execute this code.