2005年09月20日 星期二 19:12
在python2.4.1版本中,import random后,使用random.randomrange(1,20)怎么会出错?? 请高手指点一二. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050920/8f90a331/attachment.htm
2005年09月20日 星期二 19:16
hailang_0512 wrote: > 在python2.4.1版本中,import random后,使用random.randomrange(1,20)怎么会出错?? > > 请高手指点一二. 原因很简单,random模块中没有randomrange函数,只有randrange。 -- Qiangning Hong http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) Registered Linux User #396996 Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=1> Thunderbird! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=183>
2005年09月20日 星期二 20:11
呵呵 On 9/20/05, Qiangning Hong <hongqn at gmail.com> wrote: > > hailang_0512 wrote: > > 在python2.4.1版本中,import random后,使用random.randomrange(1,20)怎么会出错?? > > > > 请高手指点一二. > > 原因很简单,random模块中没有randomrange函数,只有randrange。 > > > -- > Qiangning Hong > http://www.hn.org/hongqn (RSS: http://feeds.feedburner.com/hongqn) > > Registered Linux User #396996 > Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=1> > Thunderbird! <http://www.spreadfirefox.com/?q=affiliates&id;=67907&t;=183> > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050920/4213bf59/attachment.html
Zeuux © 2025
京ICP备05028076号