Commit 89c27fba by BellCodeEditor

save project

parent 1a8f9ea2
Showing with 6 additions and 3 deletions
nr=[]
file=0 file=0
with open(r"C:\Users\Administrator\Documents\lesson13-1\sales_list.txt","r",encoding="utf-8"): with open(r"C:\Users\Administrator\Documents\lesson13-1\sales_list.txt","r",encoding="utf-8") as file:
pass nr=file.readlines()
\ No newline at end of file for i in nr:
print(i,end="")
\ 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