Commit 71951866 by BellCodeEditor

save project

parent 5c1032af
Showing with 2 additions and 5 deletions
...@@ -5,7 +5,4 @@ for i in a: ...@@ -5,7 +5,4 @@ for i in a:
w=i.split() w=i.split()
p=0 p=0
for o in w[1:]: for o in w[1:]:
p=p+int(o) p=p+int(o)
\ No newline at end of file
with open(r'c:\Users\123\Documents\lesson13_2\sales_list.txt—2','r',encoding='utf-8') as 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