标签: python python-3.x
我使用以下代码在python的command包中使用os方法运行脚本:
command
os
import os os.command(c:\crypt\maze.exe)
我希望使用与计算机时钟不同的时间和日期来运行可执行脚本。有人可以指导我吗?