gpt4 book ai didi

Python随机数

转载 作者:行者123 更新时间:2023-11-28 18:54:30 25 4
gpt4 key购买 nike

我无法理解 python 中的问题。我有这样的代码:

class Rain:
def __init__(self):
self.x = random.randint(0, Core.Utils.ScreenResolutionX)
print type(Core.Utils.ScreenResolutionX) # prints int
print Core.Utils.ScreenResolutionX # print 1152

错误:

    self.x = random.randint(0, Core.Utils.ScreenResolutionX)
File "/usr/lib/python2.7/random.py", line 241, in randint
return self.randrange(a, b+1)
File "/usr/lib/python2.7/random.py", line 213, in randrange
if width >= maxwidth:
AttributeError: 'Rain' object has no attribute 'getType'

最佳答案

NULL 在您的一种方法中被错误地返回给 Python。 始终如果不需要引发异常,请确保增加并返回 PyNone 给 Python。

关于Python随机数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5639648/

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