Commit 5e89fef8 by BellCodeEditor

save project

parent 04841bbf
Showing with 6 additions and 4 deletions
with open(r"c:\Users\DELL\Desktop\新建文件夹","r",encoding="utf-8")as file1: with open(r"C:\Users\DELL\Desktop\新建文件夹", (2),"r",encoding="utf-8")as file:
a=file1.readlines() a=file.readlines()
for i in a: for i in a:
print(i) l=i.split()
\ No newline at end of file print(l)
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