Commit 6f77112f by BellCodeEditor

auto save

parent dd6496ff
Showing with 6 additions and 6 deletions
with open(r"C:\Users\CM\Desktop\sales_list.txt""r"encoding="utf-8")as flle:
a=flle.readlines()
for i in a:
data=i.split()
print(data[1:])
# with open(r"C:\Users\CM\Desktop\sales_list.txt""r"encoding="utf-8")as flle:
# a=flle.readlines()
# for i in a:
# data=i.split()
# print(data[1:])
eval()
......
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