VarRandom/KH9IZ
VarRandom/sevmaxclever
n1import randomn1from random import randint
2from itertools import cycle2from itertools import cycle
33
4def randomes(seq):4def randomes(seq):
t5    seq = (tuple(ss) for ss in seq)t5    seq = (tuple(i) for i in seq)
6    for (ij) in cycle(seq):6    for (ab) in cycle(seq):
7        yield random.randint(ij)7        yield randint(ab)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op