Commit c7da4dbc by BellCodeEditor

save project

parent d52ec642
Showing with 3 additions and 6 deletions
with open(r"C:\Users\liyf2\Desktop\sales_list.txt","r",encoding="UTF-8")as file: with open(r"C:\Users\liyf2\Desktop\sales_list.txt","r",encoding="UTF-8")as file:
a=file.readlines() a=file.read()
#print(a) print(a)
\ No newline at end of file
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