Commit 01efc67e by BellCodeEditor

save project

parent 3f87eb67
Showing with 6 additions and 3 deletions
......@@ -2,5 +2,8 @@ with open(r'c:\Users\86135\Documents\lesson13-1\sales_list.txt') as file:
a=file.readlines()
for i in a:
data=i.split()
print(data[0])
print(data[i:])
\ No newline at end of file
sum=e
for i in data
sum=sum+str(b)
result=data[0](sum)
print(result)
\ 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