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:
a=f.readlines()
for i in a:
print(i)lllllllllll
\ No newline at end of file
date=i.split()
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