s1 = s[random.choice(range(10))]d1 = d[random.choice(range(10))]
s1 = rnd.choice(s)d1 = rnd.choice(d)