import random
number = random.sample(range(0000,9999), 10)
print(number, file = open("output.txt","a"))
(I want to add