17 August 2006 15:15
PyCookbook
此處格式化的很多章節都是從 中國Linux論壇 Limodou 管理的"Python 編 程"板塊中得來!向先行者表示感謝!
17 August 2006 15:00
不用循環從一個list中選擇隨機的元素
You need to consume, in random order, the items of a rather long list, and the most direct approach is painfully slow. 你需要按隨機順序處理一個相當長的list的條目並且多數直接的方法是慢的令人痛苦。
1
(2 marks)