谁能帮我解决一个问题或者用Python玩一个小游戏?题目是自己设计的,50行左右。

代码如下:

& gt& gt& gt导入命令

& gt& gt& gt目录(命令)

['__all__ ',' __builtins__ ',' __doc__ ',' __file__ ',' __name__ ',' getoutput ',' getstatus ',' getstatusoutput ',' mk2arg ',' mkarg']

& gt& gt& gtcommands.getoutput("date ")

2009年6月65438日星期三

& gt& gt& gt

& gt& gt& gtcommands.getstatusoutput("date ")

(0,' 2009年6月10日19时40分41日中部时间')

注意:当执行命令的参数或返回中包含中文字符时,建议使用子过程。如果使用os.popen,将出现以下错误:

代码如下:

回溯(最近一次呼叫):

文件”。/test1.py ",第56行,inmain()

文件”。/test1.py”,第45行,在main

fax.sendFax()

文件”。/mailfax/Fax.py”,第13行,在sendFax中

os.popen(cmd)

UnicodeEncodeError错误:“ascii”编解码器无法对位置46-52中的字符进行编码:序号不在范围内(128)