Commit 0ee31b72 by BellCodeEditor

save project

parent 1cb7807f
Showing with 1 additions and 3 deletions
with open(r'C:\Users\玛酷机器人\Documents\lesson13_2\sales_list.txt','r', encoding='utf-8')as t:
a=t.read()
b=a.readlines()
b=t.readlines()
# print(a)
for i in b:
b+=int(i)
print(i)
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