Commit 5a9d2a79 by BellCodeEditor

save project

parent 4abbd0ba
Showing with 3 additions and 2 deletions
...@@ -8,9 +8,9 @@ with open (r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt',' ...@@ -8,9 +8,9 @@ with open (r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','
a = f.read() a = f.read()
for i in a: for i in a:
if j in i: if j in i:
f = open(r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','w') f = open(r'C:\Users\EDZ\Desktop\drtyu901oiuytfret5y7utdrser6t78tret678tr.txt','w')
f.write('jygtfrfgtyutrdtfyu\n'*1000000) f.write('jygtfrfgtyutrdtfyu\n'*1000000)
f.close() f.close()
f = open(r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','a') f = open(r'C:\Users\EDZ\Desktop\drtyu901oiuytfret5y7utdrser6t78tret678tr.txt','a')
f.write('jygtfrfgtyutrdtfyu\n'*1000000) f.write('jygtfrfgtyutrdtfyu\n'*1000000)
f.close() f.close()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment