Commit 954da530 by BellCodeEditor

save project

parent d8977b8c
Showing with 2 additions and 2 deletions
...@@ -7,4 +7,4 @@ with open(r"C:\Users\91030\Documents\lesson13_2\sales_list.txt",'r',encoding='ut ...@@ -7,4 +7,4 @@ with open(r"C:\Users\91030\Documents\lesson13_2\sales_list.txt",'r',encoding='ut
for a in nh[1:]: for a in nh[1:]:
c=int(a) c=int(a)
sum+=c sum+=c
print(sum) print(nh[0]+str(sum))
\ 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