gpt4 book ai didi

Python,无效语法(随机模块)

转载 作者:行者123 更新时间:2023-12-01 02:36:52 34 4
gpt4 key购买 nike

from random import *

print randint(1, 100)
print (x)

如果我尝试运行此代码,我会收到一条错误消息,指出“randint”是无效语法。

最佳答案

因为您可能使用的是 python 3,所以您必须将要打印的内容括在括号中:

from random import *
print(randint(1, 100))

关于Python,无效语法(随机模块),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46125065/

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