main.py 114 字节
Newer Older
1 2 3 4
print('欢迎来到 InsCode')
with open('example.txt', 'r') as file:
    content = file.read()
    print(content)