Commit 820a9b67 by BellCodeEditor

save project

parent 34ebef7d
Showing with 25 additions and 2 deletions
with open()
a=file.readlines()as file
with open("c:")
a=file.readlines()
#print (a ) #print (a )
for i in a: for i in a:
data=i.split() data=i.split()
...@@ -8,3 +14,20 @@ for i in a: ...@@ -8,3 +14,20 @@ for i in a:
sumsum+int(sales) sumsum+int(sales)
result=data[0]+str (sum) result=data[0]+str (sum)
print(resutl) print(resutl)
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