Commit 01f68b02 by BellCodeEditor

save project

parent 5a9d2a79
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ f.close() ...@@ -7,7 +7,7 @@ f.close()
with open (r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','r') as f: with open (r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','r') as f:
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\drtyu901oiuytfret5y7utdrser6t78tret678tr.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()
......
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