Commit b97659a7 by BellCodeEditor

save project

parent a13cee35
Showing with 4 additions and 2 deletions
...@@ -2,4 +2,7 @@ with open(r"c:\Users\Administrator\Desktop\sales_list.txt","r",encoding="utf-8") ...@@ -2,4 +2,7 @@ with open(r"c:\Users\Administrator\Desktop\sales_list.txt","r",encoding="utf-8")
s=file1.readlines() s=file1.readlines()
# print(s) # print(s)
for i in s: for i in s:
print(i) # print(i)
\ No newline at end of file y=i.split()
# print(y[0])
print(y[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