Commit 4e9062df by BellCodeEditor

auto save

parent f6fa6d80
Showing with 3 additions and 6 deletions
with open(r"C:\Users\WJH\Desktop\sales_test.txt","r",encoding="utf-8") as file: with open(r"C:\Users\WJH\Desktop\sales_test.txt",'r',encoding='utf-8') as file:
a=file.readlines() pass
\ No newline at end of file
for line in a:
print(line)
\ 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