Commit def6a3a2 by BellCodeEditor

save project

parent e2c663ee
Showing with 2 additions and 0 deletions
...@@ -8,6 +8,8 @@ c:\Users\compile(documents\lesson13-1\sales_list.txt,'r')as file: ...@@ -8,6 +8,8 @@ c:\Users\compile(documents\lesson13-1\sales_list.txt,'r')as file:
for i in a: for i in a:
data=i.split() data=i.split()
sum=sum+int
print(data[0]) print(data[0])
print(i) print(i)
print(result)
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