Commit 31e2b90f by BellCodeEditor

save project

parent a2647459
Showing with 4 additions and 5 deletions
with open(r'C:\Users\Administrator\Documents\lesson13-1\sales_list.txt','r',encoding = 'utf-8') as i:
L = i.readlines()
rint(L)
pripnt((type(L[3:5])))
for i in L
asq=open(r"C:\Users\Administrator\Desktop\fdf.txt","w",encoding="utf-8")
asq.write("小蓝:12")
asq.close()
\ 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