Commit a0a76a5c by BellCodeEditor

save project

parent b27d108d
Showing with 1 additions and 2 deletions
...@@ -4,4 +4,4 @@ with open(r"C:\Users\Administrator\Documents\lesson13-1\sales_list.txt","r",enco ...@@ -4,4 +4,4 @@ with open(r"C:\Users\Administrator\Documents\lesson13-1\sales_list.txt","r",enco
for a in i: for a in i:
#rint(a) #rint(a)
w=a.split() w=a.split()
print(w) print(w[0])
\ 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