2006年12月18日星期一

Exectue External Command in Python

"""This program test how to invoke command"""

import os
os.system("ls -l")

没有评论: