Commit 7827c506 by BellCodeEditor

save project

parent 8279b6ef
Showing with 7 additions and 2 deletions
with open("sales_list.txt","r",encoding="utf_8") as file:
f=file.readlines()
for i in f:
num = i.split(" ")[1:]
print(num)
data = i.split(" ")[1:]
sum = 0
for num in data[1:]:
if num not
file.close()
\ 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