Commit 0170a118 by BellCodeEditor

save project

parent def6a3a2
Showing with 5 additions and 4 deletions
c:\Users\compile(documents\lesson13-1\sales_list.txt,'r')as file:
with open(r'compile(documents\lesson13-1\sales_list.txt,'r')as file:
a=file.readlines()
print(a)
......@@ -12,4 +9,8 @@ c:\Users\compile(documents\lesson13-1\sales_list.txt,'r')as file:
print(data[0])
print(i)
print(result)
result =data[0]+str(sum)+'\n'
final_sum.append(resultt)
with open(r'compile(documents\lesson13-1\sales_list.txt,'r')as 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