#第一步引入模块
import random
#第二步生成随机数
print random.randint(1,3);#[1,2,3]注意这里是闭区间。
posted on 2015-06-24 15:54 蒋乐兴的技术随笔 阅读(210) 评论(0) 编辑 收藏 举报