import random
from IKZmodul1 import files
testN = tuple(random.randint(1,100) for i in range(40))
files(testN, 'Fchet.txt', 'Fnchet.txt')