摘要: 1、pip下载安装1.1 pip下载# wget "https://pypi.python.org/packages/source/p/pip/pip-1.5.4.tar.gz#md5=834b2904f92d46aaa333267fb1c922bb" --no-check-certificate1... 阅读全文
posted @ 2016-01-21 22:34 皈依之路 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 导入 random模块 >>> import random 1. random.random random.random()用于生成一个0到1的随机浮点数: 0 >> random.random() # Random float x, 2 random.un... 阅读全文
posted @ 2016-01-21 22:17 皈依之路 阅读(446) 评论(0) 推荐(0) 编辑