forked from UNN/2026-rff_mp
[1] data-structures(numeration fix)
This commit is contained in:
parent
55a9536ff9
commit
1db901aba1
|
|
@ -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")
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user