Commit 88f32e7f by BellCodeEditor

auto save

parent ff5c1378
Showing with 3 additions and 1 deletions
...@@ -3,4 +3,5 @@ with open(r' c:\Users\Administrator.DESKTOP-RG5V9AK\Desktop\sales_list.txt.txt', ...@@ -3,4 +3,5 @@ with open(r' c:\Users\Administrator.DESKTOP-RG5V9AK\Desktop\sales_list.txt.txt',
#print(a) #print(a)
for i in a : for i in a :
print(i) data=i.split()
print(data[1:])
\ 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