import random
import time
while True:
time.sleep(0.10)
with open("find.txt", "a") as file:
for i in range(8):
a = random.randint(1, 9)
file.write(str(a))
file.close()
получается это: 62135457478176393894952224388141911487493933511942484696734237544717466723779738787746727979311699462377575911892166846597235769921552223663713716821587652568181511457145237959815197833175864411
Как сделать чтобы было так:
12357652
54671455
12345346
70647458
13429539