Commit f2a59cef by BellCodeEditor

save project

parent d96afc80
Showing with 3 additions and 3 deletions
...@@ -2,5 +2,5 @@ with open(r"c:\Users\Administrator\Desktop\sales_list.txt","r",encoding="utf-8") ...@@ -2,5 +2,5 @@ with open(r"c:\Users\Administrator\Desktop\sales_list.txt","r",encoding="utf-8")
a.readlines() a.readlines()
for i in a: for i in a:
print(i) print(i)
na=a.split() na=a.split()
print(na) print(na[1:])
\ No newline at end of file \ 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