Commit ad08474c by BellCodeEditor

save project

parent 3f5ca05c
Showing with 11 additions and 6 deletions
ad
\ No newline at end of file
adaasasda
as
asd
a
as
asd
a=open(r'C:\Users\Administrator\Documents\lesson8-1\aaaa.txt','w')
a.write('ad')
a.close()
\ No newline at end of file
with open(r'C:\Users\Administrator\Documents\lesson8-1\aaaa.txt','a') as a:
a.write('a\n')
a.write('as\n')
a.write('asd\n')
\ 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