Commit 6645a920 by BellCodeEditor

save project

parent a8aa9ed1
Showing with 3 additions and 3 deletions
...@@ -2,6 +2,7 @@ with open( r'c:\Users\A32\Desktop\sales_list.txt', 'r',encoding="utf-8")as f: ...@@ -2,6 +2,7 @@ with open( r'c:\Users\A32\Desktop\sales_list.txt', 'r',encoding="utf-8")as f:
a=f.readlines() a=f.readlines()
for i in a: for i in a:
print(i)lllllllllll date=i.split()
\ No newline at end of file print(date[0])
print(date[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