gpt4 book ai didi

python - random.randint 错误

转载 作者:IT老高 更新时间:2023-10-28 21:15:15 25 4
gpt4 key购买 nike

我有一些看起来像这样的代码:

import random

n = 0
while n <= 50:
n = n+1
a = random.randint(1, 16)
b = random.randint(1, 5)
print n, ". ", a, "-", b, "= "

由于某种原因,在运行它时,我收到以下错误:AttributeError: 'module' object has no attribute 'randint'。但是,在 IDLE 中运行相同的 random.randint 查询时我没有问题。我该如何解决这个问题?

最佳答案

您在某处有另一个名为“random”的模块。您是否将脚本命名为“random.py”?

关于python - random.randint 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4178648/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com