Commit b45866e4 by BellCodeEditor

save project

parent b011ba71
Showing with 9 additions and 0 deletions
with open(r'c:\Users\Lenovo\Documents\lesson13-1\sales_list.txt','r',encoding="utf-8")as file:
s=file.readlines()
for a in s:
print(a)
悟空 12 11 20 23 14 16 23 17 19
悟空 12 11 20 23 14 16 23 17 19
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