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 )
for i in a:
data=i.split()
......@@ -8,3 +14,20 @@ for i in a:
sumsum+int(sales)
result=data[0]+str (sum)
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