python random 随机选择操作
2021-06-28 05:03
标签:form int shuffle choice shu col 随机数 python odi python random 随机选择操作 标签:form int shuffle choice shu col 随机数 python odi 原文地址:https://www.cnblogs.com/caiyishuai/p/9650639.html# -*- coding:utf-8 -*-
import random
arr = [‘A‘,‘B‘,‘C‘,‘D‘,‘E‘,‘F‘]
#生成(0.0, 1.0)的随机数
print random.random()
#0.133648715391
# 生成随机浮点数 0
上一篇:算法基础
文章标题:python random 随机选择操作
文章链接:http://soscw.com/index.php/essay/98739.html