Work with text or binary data stored on disk.
with open("myfile.txt", "r") as file: contents = f.read() print(contents)