📅  最后修改于: 2022-03-11 14:45:40.425000             🧑  作者: Mango
# there is no "system" module in python
# but you could use the "sys" module
import sys
# or other related modules like the "os" module
import os