Commit a74b8008 by BellCodeEditor

auto save

parent 7a51e74e
Showing with 6 additions and 4 deletions
with open(r'c:\Users\lenovo\Documents\lesson13_1\sales_list.txt','r',encoding='utf-8') as b: with open(r'c:\Users\lenovo\Documents\lesson13_2\sales_list.txt','r',encoding='utf-8') as b:
a=b.readlines() a=b.readlines()
for s in a: for i in a:
print(s) print(i)
\ No newline at end of file \ No newline at end of file
悟空 12 15 11 12 11 12 13 21 27 12 15 30
诺依 21 29 15 21 21 21 29 30 12 13 12 24 52 27 26 15
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