Commit 90dd2eb4 by BellCodeEditor

save project

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