Write a simple shell with python's cmd module. from cmd import *class MyShell(Cmd): def preloop(self): print "print this line before entering the loop"
確定! 回上一頁