Commit a7f6e99a by BellCodeEditor

auto save

parent 11a7b919
Showing with 3 additions and 1 deletions
......@@ -3,6 +3,7 @@ a=open(r"c:\Users\HP\Documents\lesson13-1\sales_list.txt","w",encoding="utf-8")
c=a.readlines()
for i in a:
s=i.split()
print(s[1:])
a.close()
\ 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