Commit ca407ebc by BellCodeEditor

save project

parent 1b1bbc54
Showing with 1 additions and 1 deletions
...@@ -9,5 +9,5 @@ for i in a : ...@@ -9,5 +9,5 @@ for i in a :
result = data[0]+str(sum)+"\n" result = data[0]+str(sum)+"\n"
final_sum.append(result) final_sum.append(result)
with open (r"C:\Users\maku\Desktop\text.txt","r",encoding="utf-8") as file1: with open (r"C:\Users\maku\Desktop\text.txt","r",encoding="utf-8") as file1:
file1.writelines(final_sum) file.writelines(final_sum)
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