Commit 9da1d446 by BellCodeEditor

save project

parent 6d524a08
Showing with 7 additions and 1 deletions
...@@ -12,4 +12,9 @@ with open(r'c:\Users\Administrator\Desktop\sales_list.txt','w',encoding='utf-8') ...@@ -12,4 +12,9 @@ with open(r'c:\Users\Administrator\Desktop\sales_list.txt','w',encoding='utf-8')
'诺依 21 29 15 21 21 21 29 30 12 13 12 12 24 52 27 26 15\n' '诺依 21 29 15 21 21 21 29 30 12 13 12 12 24 52 27 26 15\n'
'小贝 29 11 11 15 13 15 13 11 11 29 13 11\n') '小贝 29 11 11 15 13 15 13 11 11 29 13 11\n')
with open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8')as file:
a=file.readlines()
#print(a)
for i in a:
print(i)
\ 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