1 2 3 4
摘要: import random from random import random, uniform, randint, randrange, choice, sample, shuffle print(random()) # 0~1之间随机选取一个数 print(uniform(1, 10)) # 1 阅读全文
posted @ 2021-10-08 18:56 Uniqe 阅读(973) 评论(0) 推荐(0) 编辑