Commit 1c45d0ba by BellCodeEditor

save project

parent 8ba60556
Showing with 1 additions and 4 deletions
...@@ -3,8 +3,6 @@ with open('c:\\Users\\Administrator\\Desktop\\sales_list.txt',"r",encoding="utf- ...@@ -3,8 +3,6 @@ with open('c:\\Users\\Administrator\\Desktop\\sales_list.txt',"r",encoding="utf-
# print(a) # print(a)
for i in a: for i in a:
data=i.split() data=i.split()
print(i) print(data[1:])
i=I.split('F')
print(i)
\ 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