我想要做的是随机生成两个等于给定数字的数字。然而,为了让它得到想要的答案,我希望它是随机的。那就是问题所在。
a=(1,2,3,4,5,6,7,8,9,)
from random import choice
b=choice(a)
c=choice(b)
d= c+b
if d == 10:
#then run the rest of the program with the value's c and b in it
#probably something like sys.exit goes here but I am not sure to end \/
else:
# i have tryied a few things here but I am not sure what will loop it around*
(感谢您的帮助:D)
我知道创建了一个名为“正确”的列表,并且知道尝试将值 a 和 b 附加到列表中,但这是行不通的。因为我知道运行程序'in for trail in range(100)',所以我得到了答案。然而,这些值并没有附加到新的列表中。这是问题所在。然后我要做的是读取列表中的值 0 和 1,然后使用它们。(对不起,它在学校做得不是很好) 这是针对不添加到给定变量的分数。这一点倒是。
import sys
right=(0)
y=x+x
from trail in range(y)
a=(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20)
from random import choice
A=choice(a)
B=choice(a)
d=A/B
if d==1:
right.append(A)
right.append(B)
else:
x.append(1)