Commit d04acd4a by BellCodeEditor

save project

parent 47571848
Showing with 2 additions and 2 deletions
...@@ -11,4 +11,4 @@ for i in a: ...@@ -11,4 +11,4 @@ for i in a:
e.append(c) e.append(c)
print(e) print(e)
with open(r'c:\Users\admin\Desktop\uas.txt','w',encoding='utf-8') as p: with open(r'c:\Users\admin\Desktop\uas.txt','w',encoding='utf-8') as p:
p.writelines(c) p.writelines(e)
\ No newline at end of file \ 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