So I have a piece of code:
def test(num): count = 1 l = [] while len(l) < 16: x = num % count if x >= 16 or x in l: