调用系统模块
from os import system
使用方式:
system("cat file.py")
参考:https://geek-docs.com/python/python-examples/using-the-cat-command-in-python.html