print('欢迎来到 InsCode') with open('example.txt', 'r') as file: content = file.read() print(content)