标签:类型 odi port nbsp int color and 小数点 随机
#coding=utf-8 import random #生成随机数,浮点类型 a = random.uniform(10, 20) #控制随机数的精度round(数值,精度) print round(a, 2)
python生成2位小数点的随机数
原文地址:http://www.cnblogs.com/tester-go/p/7718910.html