返回Python目录前言该模块实现了各种分布的伪随机数生成器。 ... import random print(random.sample(range(100), 5)) # [19, 8, 96, 70, ...
確定! 回上一頁