私がやりたいことは、与えられた数に等しい 2 つの数をランダムに生成することです。それでも、これが望ましい答えを得ることができるようにするために、ランダムにしたいのです。それが問題だ。
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)
「right」というリストを作成したことを知っており、値 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)