So I am pretty new to Python and to coding in general and I am trying to make a random number generator which makes a list of what numbers havent been displayed yet and doesnt repeat any of the numbers that have been displayed.
Thanks if someone wants to help me with this!
code:
random.randrange(1, 50, 1) for i in range(7)
print ("number list is : " + str(res))