python生成5个随机数的方法:
1、在循环中使用random.randint()方法生成5个随机数
import random count = 0 while (count < 5): print(random.randint(0,9)) count = count + 1
输出结果如下:
9
4
7
3
8
random.randint:
语法:
random.randint(a,b)
函数返回数字 N ,N 为 a 到 b 之间的数字(a <= N <= b),包含 a 和 b。
更多Python知识请关注Python自学网。
神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试