Nomor rnadom Python

    for _ in range(20) :
        value = random.randint(0, 2)
        print(value)
Gentle Gemsbok