I have 3 random generated numbers with random function
random = random.sample(range(1, 10), 3) print (random) Result is: [1, 6, 8]
and have