python from contexts import FileContext with FileContext('example.txt', 'r') as file: content = file.read() print(content)