Commit bc36976c by BellCodeEditor

save project

parent 6e1e43d6
Showing with 4 additions and 1 deletions
......@@ -6,4 +6,7 @@ for i in a:
for sales in dota[1:]:
sum=sum+int(sales)
result=dota[0]+str(sum)
print(result)
final_sum.append(result)
with open(r"C:\Users\Windows\Desktop","r","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