Commit b2138b14 by BellCodeEditor

save project

parent 94e62798
Showing with 2 additions and 6 deletions
......@@ -3,8 +3,5 @@ with open(r'c:\Users\Administrator\Documents\lesson13-1\sales_list.txt','r',enco
a=pen1.readlines()
for i in a:
print(i)
# data=i.split()
# print(data[1:])
#for i in data:
# sum=sum+i
# print(sum)
\ No newline at end of file
data=i.split()
print(data[1:])
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