develop #1

Open
FirsovAV wants to merge 1141 commits from UNN/2026-rff_mp:develop into develop
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 1db901aba1 - Show all commits

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: