[1] data-structures(numeration fix)

This commit is contained in:
osininyai 2026-05-21 21:27:38 +03:00
parent 55a9536ff9
commit 1db901aba1
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ while count<5000:
name+=consonants[letter]
names.append(name)
count+=1
f=open("[1]names.txt","w")
f=open("names.txt","w")
for i in names:
f.write(i)
f.write("\n")

View File

@ -37,7 +37,7 @@ def records():
second=0
phones2=phones.copy()
f=open("[1]names.txt","r")
f=open("names.txt","r")
count=0
names=[]
while count<5000: