随机数的获取 2020-02-23 本文已影响0人 菲斯坦但提勒斯 最简单的返回随机数的方法 #本例返回一个0~1之间的随机数 import random as rd v = rd.random() print(v)