Commit 4abbd0ba by BellCodeEditor

save project

parent b2cb5195
Showing with 17 additions and 0 deletions
f = open(r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','w')
f.write('jygtfrfgtyutrdtfyu\n'*1000000)
f.close()
f = open(r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','a')
f.write('jygtfrfgtyutrdtfyu\n'*1000000)
f.close()
with open (r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','r') as f:
a = f.read()
for i in a:
if j in i:
f = open(r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','w')
f.write('jygtfrfgtyutrdtfyu\n'*1000000)
f.close()
f = open(r'C:\Users\EDZ\Desktop\drtyu90oiuytfret5y7utdrser6t78tret678tr.txt','a')
f.write('jygtfrfgtyutrdtfyu\n'*1000000)
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